Skip to content

Commit

Permalink
Fix: Fixed testfilters, and removed the stopping of the websockets re…
Browse files Browse the repository at this point in the history
…lay.

Signed-off-by: ebadiere <[email protected]>
  • Loading branch information
ebadiere committed Feb 12, 2024
1 parent 3786617 commit 4472ca8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
name: API Conformity
uses: ./.github/workflows/test-workflow.yml
with:
testfilter: api_conformity
testfilter: rpc_api_schema_conformity
networkTag: "0.47.0-alpha.4"
mirrorTag: "0.98.0-SNAPSHOT"
# relayTag: "0.41.1"
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
name: Precompile
uses: ./.github/workflows/test-workflow.yml
with:
testfilter: precompile
testfilter: precompile-calls
networkTag: "0.47.0-alpha.4"
mirrorTag: "0.98.0-SNAPSHOT"
# relayTag: "0.41.1"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
timeout-minutes: 5

- name: Stop relay
run: docker stop json-rpc-relay json-rpc-relay-ws
run: docker stop json-rpc-relay

- name: Run the test in ${{ inputs.testfilter }}
run: npm run acceptancetest:${{ inputs.testfilter }}
Expand Down

0 comments on commit 4472ca8

Please sign in to comment.