Skip to content

Commit

Permalink
Slimmer reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
kalverra committed Nov 26, 2024
1 parent c18410a commit 53414af
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@20407f2c782052e6e7f8b25145bf0d2472e28bc2 # [email protected]
run: go install github.com/smartcontractkit/chainlink-testing-framework/tools/flakeguard@990bf4731930464d2b7b023c3abe2d164b0694dc # [email protected]

- 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@20407f2c782052e6e7f8b25145bf0d2472e28bc2 # [email protected]
run: go install github.com/smartcontractkit/chainlink-testing-framework/tools/flakeguard@990bf4731930464d2b7b023c3abe2d164b0694dc # [email protected]

- 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@20407f2c782052e6e7f8b25145bf0d2472e28bc2 # [email protected]
run: go install github.com/smartcontractkit/chainlink-testing-framework/tools/flakeguard@990bf4731930464d2b7b023c3abe2d164b0694dc # [email protected]

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

0 comments on commit 53414af

Please sign in to comment.