diff --git a/chainlink-testing-framework/run-tests/action.yml b/chainlink-testing-framework/run-tests/action.yml index 05b1a59..acbbb4d 100644 --- a/chainlink-testing-framework/run-tests/action.yml +++ b/chainlink-testing-framework/run-tests/action.yml @@ -162,10 +162,9 @@ runs: run: ${{ inputs.build_gauntlet_command }} # gotestfmt gives us pretty test output - - name: Set Up gotestfmt - uses: GoTestTools/gotestfmt-action@8b4478c7019be847373babde9300210e7de34bfb # v2.2.0 - with: - token: ${{ inputs.token }} # Avoids rate-limiting + - name: Set Up gotestloghelper + shell: bash + run: go install github.com/smartcontractkit/chainlink-testing-framework/tools/gotestloghelper@v1.0.2 # Run the tests - name: Run Tests