Skip to content

Commit

Permalink
last go version
Browse files Browse the repository at this point in the history
  • Loading branch information
javierdelapuente committed Oct 18, 2024
1 parent fd19f80 commit 1ddcd6f
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,19 @@ on:
branches:
- master


jobs:
run-tests:
runs-on: self-hosted
steps:
- uses: actions/checkout@v2

- name: Run tests
- uses: actions/setup-go@v5
check-latest: true

- name: Install spread
run: |
spread google:
go install github.com/snapcore/spread/cmd/spread@latest
- name: Discard spread workers
if: always()
- name: Run tests
run: |
shopt -s nullglob
for r in .spread-reuse.*.yaml; do
spread -discard -reuse-pid="$(echo "$r" | grep -o -E '[0-9]+')"
done
spread github-ci:

0 comments on commit 1ddcd6f

Please sign in to comment.