Skip to content

Commit

Permalink
Update ci-tests.yml: going to frontend directory for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
AronBuzogany authored Feb 18, 2024
1 parent a4d4a43 commit 8d8327f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
key: npm-${{ hashFiles('package-lock.json') }}
restore-keys: npm-

- name: Go to frontend directory
run: cd frontend

- name: Install dependencies
run: npm i

Expand Down

0 comments on commit 8d8327f

Please sign in to comment.