Skip to content

Commit

Permalink
fix: re-add downloading packages for backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Sembauke committed Sep 29, 2023
1 parent c95aea0 commit 9c53b19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- name: install packages (frontend)
working-directory: ./publish-frontend
run: npm install
- name: install packages (backend)
working-directory: ./publish-backend
run: npm install
- name: Import strappi config
working-directory: ./publish-backend
run: |
Expand Down

0 comments on commit 9c53b19

Please sign in to comment.