ci: 👷 Run tests before deploy
This commit is contained in:
parent
c4bf8167d4
commit
e3f22eb012
8
.github/workflows/deploy.yaml
vendored
8
.github/workflows/deploy.yaml
vendored
@ -5,12 +5,12 @@ on:
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
# test:
|
||||
# name: Run tests
|
||||
# uses: mcndt/noteshare.space/.github/workflows/test.yaml@master
|
||||
test:
|
||||
name: Run tests
|
||||
uses: mcndt/noteshare.space/.github/workflows/test.yaml@master
|
||||
deploy:
|
||||
name: Deploy
|
||||
# needs: [test]
|
||||
needs: [test]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Deploy using ssh
|
||||
|
Loading…
Reference in New Issue
Block a user