Skip to content

Commit

Permalink
Fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
kumankai committed Aug 19, 2024
1 parent f42e8c3 commit 230503c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20.10

- name: Install dependencies
run: npm ci --prefix api/
run: npm ci --prefix app/

- name: Run tests
run: npm test --prefix api/
run: npm test --prefix app/

0 comments on commit 230503c

Please sign in to comment.