Skip to content

Commit

Permalink
Fix rpc tests workflow (#1210)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechos authored Sep 8, 2023
1 parent 931247e commit 6a92a9f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/rpc-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,12 @@ jobs:
with:
repository: NethermindEth/juno-smoke-tests
token: ${{ secrets.REPOSITORY_DISPATCH_TOKEN }}

- name: Setup Go Environment
uses: actions/[email protected]
with:
go-version-file: go.mod
go-version-file: rpc-tests/go.mod

- name: Execute RPC Tests
run: |
cd rpc-tests/tests
go test -v --nodeURL=${{ github.event.inputs.NODE_ADDRESS }} --network=${{ github.event.inputs.NETWORK }}
working-directory: rpc-tests/tests
run: go test -v --nodeURL=${{ github.event.inputs.NODE_ADDRESS }} --network=${{ github.event.inputs.NETWORK }}

0 comments on commit 6a92a9f

Please sign in to comment.