File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -835,7 +835,7 @@ jobs:
835835 - name : Run tests
836836 id : run_tests
837837 timeout-minutes : ${{ matrix.tests.timeout_minutes || inputs.test-timeout-minutes }}
838- uses : smartcontractkit/.github/actions/ctf-run-tests@ctf-run-tests/0.11.0
838+ uses : smartcontractkit/.github/actions/ctf-run-tests@fix/ ctf-run-tests-quarantine
839839 continue-on-error : ${{ inputs.quarantine == 'true' }} # auto-quarantine will handle result
840840 env :
841841 DETACH_RUNNER : true
@@ -1142,7 +1142,7 @@ jobs:
11421142 - name : Run tests
11431143 id : run_tests
11441144 timeout-minutes : ${{ matrix.tests.timeout_minutes || inputs.test-timeout-minutes }}
1145- uses : smartcontractkit/.github/actions/ctf-run-tests@ctf-run-tests/0.11.0
1145+ uses : smartcontractkit/.github/actions/ctf-run-tests@fix/ ctf-run-tests-quarantine
11461146 continue-on-error : ${{ inputs.quarantine == 'true' }} # auto-quarantine will handle result
11471147 env :
11481148 DETACH_RUNNER : true
@@ -1300,7 +1300,7 @@ jobs:
13001300 - name : Run tests
13011301 id : run_tests
13021302 timeout-minutes : ${{ matrix.tests.timeout_minutes || inputs.test-timeout-minutes }}
1303- uses : smartcontractkit/.github/actions/ctf-run-tests@ctf-run-tests/0.11.0
1303+ uses : smartcontractkit/.github/actions/ctf-run-tests@fix/ ctf-run-tests-quarantine
13041304 env :
13051305 RUN_QUARANTINED_TESTS : " true" # always run quarantined tests in CI
13061306 with :
You can’t perform that action at this time.
0 commit comments