Skip to content

Commit

Permalink
[chore] Build test tools in scoped tests action (#37120)
Browse files Browse the repository at this point in the history
**Description:**
The new GH action is breaking because `gotestsum` is not being built. I
guess that in my fork the cache was always available when I tested.
Anyway, building the tool to ensure the test works.

**Testing:**
The same step is already in other actions I will be testing this
concurrently in my fork.

**Documentation:**
N/A
  • Loading branch information
pjanotti authored Jan 9, 2025
1 parent cc19e6b commit 56d636b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/scoped-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
./.tools
key: go-cache-${{ runner.os }}-${{ hashFiles('**/go.sum') }}

- name: Build test tools
run: make "$(${PWD} -replace '\\', '/')/.tools/gotestsum"

- name: Run changed tests
if: needs.changedfiles.outputs.go_tests
env:
Expand Down

0 comments on commit 56d636b

Please sign in to comment.