Skip to content

Commit

Permalink
[TT-1016] Add gotestloghelper to the installed tools (#163)
Browse files Browse the repository at this point in the history
* Switch to go test log helper

* bump gotestloghelper to 1.0.3

* add gotestfmt back in to avoid breaking pipelines that need to update but haven't changed to use gotestloghelper yet
  • Loading branch information
tateexon committed Apr 8, 2024
1 parent 7882cf3 commit 5dd916d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion chainlink-testing-framework/run-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,17 @@ runs:
shell: bash
run: ${{ inputs.build_gauntlet_command }}

# gotestfmt gives us pretty test output
# TODO: Remove this once gotestloghelper has replaced all usages of gotestfmt
- name: Set Up gotestfmt
uses: GoTestTools/gotestfmt-action@8b4478c7019be847373babde9300210e7de34bfb # v2.2.0
with:
token: ${{ inputs.token }} # Avoids rate-limiting

# gotestfmt gives us pretty test output
- name: Set Up gotestloghelper
shell: bash
run: go install github.com/smartcontractkit/chainlink-testing-framework/tools/gotestloghelper@v1.0.3

# Run the tests
- name: Run Tests
shell: bash
Expand Down

0 comments on commit 5dd916d

Please sign in to comment.