Skip to content

Commit

Permalink
ci: 👷 Run tests before deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mcndt committed Aug 4, 2022
1 parent c4bf816 commit e3f22eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e3f22eb

Please sign in to comment.