(fix) trigger deployment only if tests succeeds

This commit is contained in:
2021-04-17 22:31:07 +02:00
committed by GitHub
parent 4c6bdd2135
commit 8c8ad975b6

View File

@ -29,6 +29,7 @@ jobs:
- run: npm run build --if-present
- run: npm test
deploy:
needs: build
runs-on: ubuntu-latest
steps:
- name: Deploy