Merge pull request #8 from TobenderZephyr/TobenderZephyr-patch-2

(fix) trigger deployment only if tests succeeds
This commit is contained in:
2021-04-17 22:33:36 +02:00
committed by GitHub

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