Skip to content

Commit a015bd2

Browse files
committed
test: pin ctf-run-tests version to this branch
1 parent 2f973c7 commit a015bd2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run-e2e-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)