Skip to content

Commit

Permalink
qa-tests: always save the result (#1938)
Browse files Browse the repository at this point in the history
  • Loading branch information
mriccobene authored Mar 27, 2024
1 parent dc32e1b commit cca7354
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/rpc-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ jobs:
path: ${{runner.workspace}}/rpc-tests/integration/mainnet/results/

- name: Save test results
if: steps.test_step.outputs.TEST_RESULT != 'success'
working-directory: ${{runner.workspace}}/silkworm
env:
TEST_RESULT: ${{ steps.test_step.outputs.TEST_RESULT }}
Expand Down

0 comments on commit cca7354

Please sign in to comment.