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]
|
branches: [master]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# test:
|
test:
|
||||||
# name: Run tests
|
name: Run tests
|
||||||
# uses: mcndt/noteshare.space/.github/workflows/test.yaml@master
|
uses: mcndt/noteshare.space/.github/workflows/test.yaml@master
|
||||||
deploy:
|
deploy:
|
||||||
name: Deploy
|
name: Deploy
|
||||||
# needs: [test]
|
needs: [test]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Deploy using ssh
|
- name: Deploy using ssh
|
||||||
|
Loading…
Reference in New Issue
Block a user