Skip to content

Commit

Permalink
Create not open
Browse files Browse the repository at this point in the history
  • Loading branch information
kalverra committed Nov 25, 2024
1 parent 9ec1bdf commit a7aac10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/flakeguard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:

- name: Install flakeguard
shell: bash
run: go install github.com/smartcontractkit/chainlink-testing-framework/tools/flakeguard@03a17b03cbb64b0e56a571f60ec3af856e4e0ebe # flakguard@0.0.1
run: go install github.com/smartcontractkit/chainlink-testing-framework/tools/flakeguard@a4751e5674f131dbf4beb9146efe561bff011244 # flakguard@0.0.1

- name: Find new or updated test packages
if: ${{ inputs.runAllTests == false }}
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:

- name: Install flakeguard
shell: bash
run: go install github.com/smartcontractkit/chainlink-testing-framework/tools/flakeguard@03a17b03cbb64b0e56a571f60ec3af856e4e0ebe # flakguard@0.0.1
run: go install github.com/smartcontractkit/chainlink-testing-framework/tools/flakeguard@a4751e5674f131dbf4beb9146efe561bff011244 # flakguard@0.0.1

- name: Run tests with flakeguard
shell: bash
Expand Down Expand Up @@ -299,7 +299,7 @@ jobs:

- name: Install flakeguard
shell: bash
run: go install github.com/smartcontractkit/chainlink-testing-framework/tools/flakeguard@03a17b03cbb64b0e56a571f60ec3af856e4e0ebe # flakguard@0.0.1
run: go install github.com/smartcontractkit/chainlink-testing-framework/tools/flakeguard@a4751e5674f131dbf4beb9146efe561bff011244 # flakguard@0.0.1

- name: Set combined test results
id: set_test_results
Expand Down

0 comments on commit a7aac10

Please sign in to comment.