Skip to content

Commit

Permalink
Only deploy if testing succeeds
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciofierrom committed Apr 9, 2024
1 parent b282e8e commit 83065f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
call-test:
uses: ./.github/workflows/test.yml
deploy:
needs: call-test
name: Deploy app
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 83065f5

Please sign in to comment.