Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
u21598267 authored Sep 11, 2023
1 parent 9f085f8 commit 9451c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: 18
- name: Install dependencies
working-directory: ./INF354_Assignment2/Assignment2_u21598267
run: npm install
run: npm install || ./rollback.sh
- name: Start the application
working-directory: ./INF354_Assignment2/Assignment2_u21598267
run: |
Expand Down

0 comments on commit 9451c56

Please sign in to comment.