Skip to content

Commit

Permalink
fix deploy workflow and add dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin-xin committed Feb 21, 2024
1 parent 52f2413 commit d4751d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/depolyment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- name: Run tests
run: npm test
deploy:
needs: test
runs-on: ubuntu-latest
steps:
- name: Get code
Expand All @@ -28,7 +29,7 @@ jobs:
- name: Build project
run: npm run build
- name: Deploy
run: deploying
run: echo "deploying"



Expand Down

0 comments on commit d4751d8

Please sign in to comment.