Skip to content

Commit

Permalink
ci(test): rearrange checkout and setup-go steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Serpentiel committed Feb 6, 2024
1 parent 94626e1 commit cf76356
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
github.event_name == 'push'
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- uses: arduino/setup-task@v1
- run: task test

0 comments on commit cf76356

Please sign in to comment.