Skip to content

Commit

Permalink
Use dedicated action for installing gotestsum
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed Dec 7, 2023
1 parent 32f8ade commit 6d7e809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
}
EOT
- name: Setup gotestsum
uses: autero1/action-gotestsum@v2
uses: autero1/action-gotestsum@v1
- name: Test integration tests
run: gotestsum --junitfile node-summary.xml --format short-verbose -- -run "${{ steps.test_split.outputs.run }}" -timeout 0 integration_test.go
shell: bash
Expand Down

0 comments on commit 6d7e809

Please sign in to comment.