Skip to content

Commit

Permalink
Update repository config
Browse files Browse the repository at this point in the history
Signed-off-by: 1gtm <1gtm@appscode.com>
  • Loading branch information
1gtm committed Jul 29, 2021
1 parent 93a4daf commit e60fe03
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2

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

- name: Build
run: |
cd v2
go build -v ./...
- name: Build
run: |
cd v2
go build -v ./...
- name: Test
run: |
cd v2
go test -v ./...
- name: Test
run: |
cd v2
go test -v ./...

0 comments on commit e60fe03

Please sign in to comment.