From 4472ca8ef785897418b36b6ea7933fba2ac618f0 Mon Sep 17 00:00:00 2001 From: ebadiere Date: Mon, 12 Feb 2024 15:55:19 -0700 Subject: [PATCH] Fix: Fixed testfilters, and removed the stopping of the websockets relay. Signed-off-by: ebadiere --- .github/workflows/manual-testing.yml | 4 ++-- .github/workflows/test-workflow.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/manual-testing.yml b/.github/workflows/manual-testing.yml index 52bb259c1f..6bc42205dc 100644 --- a/.github/workflows/manual-testing.yml +++ b/.github/workflows/manual-testing.yml @@ -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" @@ -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" diff --git a/.github/workflows/test-workflow.yml b/.github/workflows/test-workflow.yml index e17fb74246..5bbf162f40 100644 --- a/.github/workflows/test-workflow.yml +++ b/.github/workflows/test-workflow.yml @@ -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 }}