Skip to content

Commit

Permalink
Add install test
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Dec 14, 2023
1 parent 2d4f332 commit 555ad3e
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
brew install goreleaser
brew install sqlite3
- name: Install
run: |
go install github.com/k1LoW/tbls@latest
- name: Release (dry-run)
run: |
goreleaser release --config .goreleaser/darwin.yml --clean --snapshot --skip-publish
Expand All @@ -50,11 +54,15 @@ jobs:
with:
fetch-depth: 0

- name: Set up Go on Ubuntu
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod

- name: Install
run: |
go install github.com/k1LoW/tbls@latest
- name: Run GoReleaser (dry-run)
uses: goreleaser/goreleaser-action@v5
with:
Expand Down Expand Up @@ -87,11 +95,15 @@ jobs:
with:
fetch-depth: 0

- name: Set up Go on Windows
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod

- name: Install
run: |
go install github.com/k1LoW/tbls@latest
- name: Run GoReleaser (dry-run)
uses: goreleaser/goreleaser-action@v5
with:
Expand Down

0 comments on commit 555ad3e

Please sign in to comment.