Skip to content

Commit

Permalink
Fix workflow to checkout code into modules
Browse files Browse the repository at this point in the history
  • Loading branch information
svishwanath-tw committed Nov 14, 2019
1 parent 6372ae9 commit 29a8d25
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,16 @@ jobs:
with:
go-version: 1.13
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v1

- name: Get dependencies
run: go get -v -t -d ./...

- name: Cache
uses: actions/cache@v1.0.0

- name: Run tests
run: go test -v ./...

Expand Down

0 comments on commit 29a8d25

Please sign in to comment.