Skip to content

Commit

Permalink
chore(pipeline): require test before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiodangelis committed Nov 13, 2023
1 parent 9392370 commit 1a950f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:
run: go get .
- name: Test with the Go CLI
run: go test ./...
build:
release:
runs-on: ubuntu-latest
needs: test
if: startsWith(github.event.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 1a950f5

Please sign in to comment.