Skip to content

Commit

Permalink
Add checkout for Go CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Pasha Radchenko committed Sep 21, 2021
1 parent 7cb4c1d commit a8ac2b1
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: ci
'on':
- push
- pull_request

jobs:

build:
Expand All @@ -20,20 +20,17 @@ jobs:
run: |
make build
verify:
runs-on: ubuntu-latest
steps:
- name: Set up go
uses: actions/setup-go@v2
with:
go-version: 1.17

- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17

- name: Run test
run: |
- uses: actions/checkout@v2

- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17

- name: Run test
run: |
make test

0 comments on commit a8ac2b1

Please sign in to comment.