Skip to content

Commit

Permalink
chore(ci): Update actions/checkout to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
TwiN committed Jun 18, 2022
1 parent 6415285 commit 788dd7b
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,12 @@ on:
- '*.md'
jobs:
test:
name: Test
name: test
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- name: Set up Go
uses: actions/setup-go@v3
- uses: actions/setup-go@v3
with:
go-version: 1.18
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Test
run: go test -mod vendor ./...
- uses: actions/checkout@v3
- run: go test -mod vendor ./...

0 comments on commit 788dd7b

Please sign in to comment.