Skip to content

Commit f605147

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

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 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
@@ -856,6 +856,7 @@ jobs:
856856
secrets.QA_AWS_REGION }}.amazonaws.com
857857
GITHUB_API_TOKEN: ${{ steps.setup-optional-gati-token.outputs.access-token || ''}}
858858
with:
859+
quarantine: ${{ inputs.quarantine == 'true' }}
859860
test_go_project_path: ${{ matrix.tests.test_go_project_path }}
860861
test_command_to_run: ${{ matrix.tests.test_cmd }} ${{ matrix.tests.test_cmd_opts }}
861862
test_download_vendor_packages_command: cd $(dirname ${{ matrix.tests.path }}) && go mod download
@@ -1142,7 +1143,7 @@ jobs:
11421143
- name: Run tests
11431144
id: run_tests
11441145
timeout-minutes: ${{ matrix.tests.timeout_minutes || inputs.test-timeout-minutes }}
1145-
uses: smartcontractkit/.github/actions/ctf-run-tests@ctf-run-tests/0.11.0
1146+
uses: smartcontractkit/.github/actions/ctf-run-tests@fix/ctf-run-tests-quarantine
11461147
continue-on-error: ${{ inputs.quarantine == 'true' }} # auto-quarantine will handle result
11471148
env:
11481149
DETACH_RUNNER: true
@@ -1171,6 +1172,7 @@ jobs:
11711172
'' }}
11721173
DATABASE_URL: postgresql://postgres:node@localhost:5432/chainlink_test?sslmode=disable
11731174
with:
1175+
quarantine: ${{ inputs.quarantine == 'true' }}
11741176
test_command_to_run: ${{ matrix.tests.test_cmd }} ${{ matrix.tests.test_cmd_opts }}
11751177
test_download_vendor_packages_command: make gomod
11761178
test_secrets_override_base64: ${{ steps.aws-test-secrets.outputs.secret_value ||
@@ -1300,10 +1302,11 @@ jobs:
13001302
- name: Run tests
13011303
id: run_tests
13021304
timeout-minutes: ${{ matrix.tests.timeout_minutes || inputs.test-timeout-minutes }}
1303-
uses: smartcontractkit/.github/actions/ctf-run-tests@ctf-run-tests/0.11.0
1305+
uses: smartcontractkit/.github/actions/ctf-run-tests@fix/ctf-run-tests-quarantine
13041306
env:
13051307
RUN_QUARANTINED_TESTS: "true" # always run quarantined tests in CI
13061308
with:
1309+
quarantine: ${{ inputs.quarantine == 'true' }}
13071310
test_go_project_path: ${{ matrix.tests.test_go_project_path }}
13081311
test_command_to_run: ${{ matrix.tests.test_cmd }} ${{ matrix.tests.test_cmd_opts }}
13091312
test_download_vendor_packages_command: cd $(dirname ${{ matrix.tests.path }}) && go mod download

0 commit comments

Comments
 (0)