Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl committed Jul 10, 2024
1 parent a14f311 commit 96d7797
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-e2e-tests-reusable-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ jobs:
duplicate-authorization-header: "true"

- name: Run tests
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@b89f6235c7f3899a4f38baccaf8994f132678f60 # TODO: Create tag and use it here
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@6a36747035d91324cec30283dfba6e48ad20a660 # TODO: Create tag and use it here
with:
test_command_to_run: ${{ matrix.tests.testCmd }} 2>&1 | tee /tmp/gotest.log | gotestloghelper -ci -singlepackage -hidepassingtests=false -hidepassinglogs
test_download_vendor_packages_command: cd ./integration-tests && go mod download
Expand Down Expand Up @@ -446,7 +446,7 @@ jobs:
echo "BASE64_CONFIG_OVERRIDE=$BASE64_CONFIG_OVERRIDE" >> $GITHUB_ENV
- name: Run tests
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@b89f6235c7f3899a4f38baccaf8994f132678f60 # TODO: Create tag and use it here24
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@6a36747035d91324cec30283dfba6e48ad20a660 # TODO: Create tag and use it here24
env:
DETACH_RUNNER: true
TEST_SUITE: ${{ matrix.tests.remoteRunnerTestSuite }}
Expand Down

0 comments on commit 96d7797

Please sign in to comment.