Skip to content

Commit

Permalink
Require test to pass for release
Browse files Browse the repository at this point in the history
  • Loading branch information
lptr committed Feb 11, 2025
1 parent 5fe0c26 commit 2be06a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ jobs:
docker run -v .:/project -w /project/test -e HOME=/tmp -e WOKWI_CLI_TOKEN=${{ secrets.WOKWI_CLI_TOKEN }} lptr/pytest-embedded:latest pytest --embedded-services idf,wokwi ./pytest_catch2.py
release:
needs: build
needs:
- build
- test
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 2be06a7

Please sign in to comment.