Skip to content

Commit

Permalink
[TT-744] Bump core results output filter (#11486)
Browse files Browse the repository at this point in the history
* [TT-755] Bump core results output filter

* bump to merged action version
  • Loading branch information
tateexon authored Dec 6, 2023
1 parent 79da81f commit d65ca4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
run: ./tools/bin/${{ matrix.cmd }} ./...
- name: Print Filtered Test Results
if: ${{ failure() && matrix.cmd == 'go_core_tests' }}
uses: smartcontractkit/chainlink-github-actions/go/go-test-results-parsing@e865e376b8c2d594028c8d645dd6c47169b72974 # v2.2.16
uses: smartcontractkit/chainlink-github-actions/go/go-test-results-parsing@a052942591aaa12716eb9835b490d812a77d0831 # v2.3.1
with:
results-file: ./output.txt
output-file: ./output-short.txt
Expand Down

0 comments on commit d65ca4f

Please sign in to comment.