Skip to content

Commit

Permalink
Fix workflow 5
Browse files Browse the repository at this point in the history
  • Loading branch information
slashexx committed Nov 2, 2024
1 parent 35d19d9 commit 2259f13
Show file tree
Hide file tree
Showing 3 changed files with 1,975 additions and 4,034 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,14 @@ jobs:
- name: Clear npm cache
run: npm cache clean --force

- name: Install npm
run: npm install -g [email protected] # Adjust based on your local version

- name: Install dependencies
run: |
cd frontend/
npm install --legacy-peer-deps
- name: List directory contents
run: ls -R frontend/
cd frontend/
npm install --legacy-peer-deps
- name: Print npm config
run: npm config ls
- name: Install npm
run: npm install


- name: Run tests
run: |
Expand Down
Loading

0 comments on commit 2259f13

Please sign in to comment.