Skip to content

Commit

Permalink
use ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim8y committed Oct 13, 2023
1 parent 24074f6 commit 1439c1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
with:
repository: neo-project/neo-node
path: ./neo-node
ref: ${{ github.event.inputs.ref }}

- name: Patch neo-node neo-cli.csproj to use local neo
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_devpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
with:
repository: neo-project/neo-devpack-dotnet
path: ./neo-devpack-dotnet
ref: ${{ github.event.inputs.ref }}

- name: Patch neo-devpack-dotnet .csproj to use local neo
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
with:
repository: neo-project/neo-modules
path: ./neo-modules
ref: ${{ github.event.inputs.ref }}

- name: Patch neo-modules Directory.Build.props to use local neo
run: |
Expand Down

0 comments on commit 1439c1a

Please sign in to comment.