Skip to content

Commit

Permalink
skip cache
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe committed Jun 29, 2022
1 parent be4aea4 commit f2955b4
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,24 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
-
name: Checkout
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
submodules: 'recursive'
-
name: Set up Go
uses: actions/setup-go@v2
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.17
-
name: Lint
- name: Lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.29
-
name: Test
skip-cache: true
- name: Test
run: |
go test ./...
-
name: Check goreleaser configuration
- name: Check goreleaser configuration
uses: goreleaser/goreleaser-action@v2
with:
distribution: goreleaser
Expand Down

0 comments on commit f2955b4

Please sign in to comment.