Skip to content

Commit

Permalink
udapte
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim8y committed Oct 13, 2023
1 parent 413d198 commit 0e6227c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_devpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:
inputs:
ref:
description: 'Ref to build neo-modules [default: latest master; examples: 3.6.0, 0a4ff9d3e4a9ab432fd5812eb18c98e03b5a7432]'
description: 'Ref to build neo-devpack [default: latest master; examples: 3.6.0, 0a4ff9d3e4a9ab432fd5812eb18c98e03b5a7432]'
required: false
default: 'master'

Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/test_plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:

steps:
- name: Checkout neo
uses: actions/checkout@v4
uses: actions/checkout@v2
with:
path: ./neo

- name: Checkout neo-modules
uses: actions/checkout@v4
uses: actions/checkout@v2
with:
repository: neo-project/neo-modules
path: ./neo-modules
Expand All @@ -43,4 +43,3 @@ jobs:
sudo apt-get --assume-yes install libleveldb-dev libsnappy-dev libc6-dev
cd neo-modules/
dotnet test

0 comments on commit 0e6227c

Please sign in to comment.