ci: 👷 Run tests before deploy

This commit is contained in:
Maxime Cannoodt 2022-08-04 10:44:09 +02:00
parent c4bf8167d4
commit e3f22eb012

View File

@ -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