Skip to content

Commit

Permalink
fixup! fix(ci): modify JUnit output file to properly name packages fo…
Browse files Browse the repository at this point in the history
…r Build Pulse
  • Loading branch information
rvagg committed Sep 6, 2024
1 parent 23e8a6a commit 2615814
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,8 @@ jobs:
submodules: 'recursive'
- uses: ./.github/actions/install-system-dependencies
- uses: ./.github/actions/install-go
- run: go install gotest.tools/gotestsum@latest
- name: Install gotestsum
run: go install gotest.tools/gotestsum@latest
- name: Restore cached make deps outputs
uses: actions/cache/restore@v4
with:
Expand Down

0 comments on commit 2615814

Please sign in to comment.