Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
slashexx committed Nov 2, 2024
1 parent 195443b commit 111c24f
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '20.15.1'

- name: Going into frontend
run: cd frontend


- name : Install dependencies
run: npm install
- name: Run tests
run: npm test
- name : Install dependencies and run
run: |
cd frontend/
npm install
npm test

0 comments on commit 111c24f

Please sign in to comment.