Skip to content
This repository has been archived by the owner on Dec 26, 2024. It is now read-only.

Commit

Permalink
build: depend on tests to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
zze0s committed Feb 28, 2024
1 parent 9d06f4e commit aa564f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
goreleaser:
name: Build and publish Go binaries
runs-on: ubuntu-latest
needs: [test]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -76,7 +77,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload assets
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: omegabrr
path: |
Expand All @@ -87,6 +88,7 @@ jobs:
docker:
name: Build and publish Docker images
runs-on: ubuntu-latest
needs: [test]
strategy:
fail-fast: true
matrix:
Expand Down

0 comments on commit aa564f4

Please sign in to comment.