Skip to content

Commit bc659c8

Browse files
committed
Bump run-tests action
1 parent 8a82cb2 commit bc659c8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/e2e_custom_cl.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
# shellcheck disable=SC2086
215215
echo "BASE64_CONFIG_OVERRIDE=$BASE64_CONFIG_OVERRIDE" >> $GITHUB_ENV
216216
- name: Run Tests
217-
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@aa8eea635029ab8d95abd3c206f56dae1e22e623 # v2.3.28
217+
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@3cbeeb8b17ea3c4fec7063ce9061c2fef84953a7 # v2.3.29
218218
with:
219219
test_command_to_run: cd ./integration-tests && go test -timeout 24h -count=1 -run TestSolanaOCRV2Smoke -json $(args) ./smoke 2>&1 | tee /tmp/gotest.log | gotestloghelper -ci -singlepackage
220220
test_download_vendor_packages_command: cd ./integration-tests && go mod download

.github/workflows/e2e_testnet_daily.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
# shellcheck disable=SC2086
153153
echo "BASE64_CONFIG_OVERRIDE=$BASE64_CONFIG_OVERRIDE" >> $GITHUB_ENV
154154
- name: Run Tests
155-
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@aa8eea635029ab8d95abd3c206f56dae1e22e623 # v2.3.28
155+
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@3cbeeb8b17ea3c4fec7063ce9061c2fef84953a7 # v2.3.29
156156
with:
157157
test_command_to_run: cd ./integration-tests && go test -timeout 24h -count=1 -run TestSolanaOCRV2Smoke/embedded -json $(args) ./smoke 2>&1 | tee /tmp/gotest.log | gotestloghelper -ci -singlepackage
158158
test_download_vendor_packages_command: cd ./integration-tests && go mod download

.github/workflows/soak.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
echo "::add-mask::$BASE64_CONFIG_OVERRIDE"
9797
echo "BASE64_CONFIG_OVERRIDE=$BASE64_CONFIG_OVERRIDE" >> "$GITHUB_ENV"
9898
- name: Run Tests
99-
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@aa8eea635029ab8d95abd3c206f56dae1e22e623 # v2.3.28
99+
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@3cbeeb8b17ea3c4fec7063ce9061c2fef84953a7 # v2.3.29
100100
with:
101101
test_command_to_run: cd ./integration-tests && go test -timeout 24h -count=1 -run TestSolanaOCRV2Soak/embedded -json $(args) ./soak 2>&1 | tee /tmp/gotest.log | gotestloghelper -ci -singlepackage
102102
test_download_vendor_packages_command: cd ./integration-tests && go mod download

0 commit comments

Comments
 (0)