Skip to content

Commit

Permalink
fix CI workflow again
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenbanhducA1K51 committed Nov 27, 2023
1 parent afca490 commit 8f6d3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
run: |
echo "${{ secrets.ENV_FILE }}" > .env
- run: npm install
- run: npm install frontend
- run: npm install --prefix frontend
- run: npm run build --if-present
- run: npm test

0 comments on commit 8f6d3b6

Please sign in to comment.