Commit bc659c8 1 parent 8a82cb2 commit bc659c8 Copy full SHA for bc659c8
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ jobs:
214
214
# shellcheck disable=SC2086
215
215
echo "BASE64_CONFIG_OVERRIDE=$BASE64_CONFIG_OVERRIDE" >> $GITHUB_ENV
216
216
- 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
218
218
with :
219
219
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
220
220
test_download_vendor_packages_command : cd ./integration-tests && go mod download
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152
152
# shellcheck disable=SC2086
153
153
echo "BASE64_CONFIG_OVERRIDE=$BASE64_CONFIG_OVERRIDE" >> $GITHUB_ENV
154
154
- 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
156
156
with :
157
157
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
158
158
test_download_vendor_packages_command : cd ./integration-tests && go mod download
Original file line number Diff line number Diff line change 96
96
echo "::add-mask::$BASE64_CONFIG_OVERRIDE"
97
97
echo "BASE64_CONFIG_OVERRIDE=$BASE64_CONFIG_OVERRIDE" >> "$GITHUB_ENV"
98
98
- 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
100
100
with :
101
101
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
102
102
test_download_vendor_packages_command : cd ./integration-tests && go mod download
You can’t perform that action at this time.
0 commit comments