Skip to content

Commit

Permalink
Working directory for web jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaub committed Sep 25, 2023
1 parent 0e6fd7c commit 04a1dcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
with:
node-version: '20'
- name: Install Dependencies
working-directory: web
run: npm ci
- name: Run Tests
working-directory: web
run: npm test

0 comments on commit 04a1dcf

Please sign in to comment.