Skip to content

Commit

Permalink
github: Install bingo prior to running unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Barnes committed Jan 15, 2025
1 parent f3446b4 commit c46d194
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ jobs:
go-version-file: 'go.work'
check-latest: true

- name: 'Install Bingo'
run: |
go install github.com/bwplotka/bingo@latest
bingo get --link github.com/bwplotka/bingo
- name: 'List binaries'
run: ls -l /home/runner/go/bin

- name: 'Test'
run: JOB_ID=${{ github.job }} PRINCIPAL_ID=${{ secrets.GHA_PRINCIPAL_ID }} make test

Expand Down

0 comments on commit c46d194

Please sign in to comment.