Skip to content

Commit

Permalink
Sigh, ok, just use go install and deal with the bin directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed Dec 7, 2023
1 parent 6d7e809 commit 3443195
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ jobs:
direct {}
}
EOT
- name: Setup gotestsum
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
run: |
GOBIN=$PWD/bin go install gotest.tools/gotestsum@latest
./bin/gotestsum --junitfile node-summary.xml --format short-verbose -- -run "${{ steps.test_split.outputs.run }}" -timeout 0 integration_test.go
shell: bash
env:
LICENSE: ${{ secrets.OCTOPUS_SERVER_BASE64_LICENSE }}
Expand Down

0 comments on commit 3443195

Please sign in to comment.