Skip to content

Commit

Permalink
Set defaults for working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewTurk247 committed Jun 5, 2024
1 parent 717bcc4 commit 0cdfe52
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,15 @@ jobs:
cache: 'npm'
- name: Install Node Dependencies
run: npm ci
working-directory: spezi-invitation-code
- name: Run the tests
run: npm test
working-directory: spezi-invitation-code
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
path: spezi-invitation-code
defaults:
run:
working-directory: spezi-invitation-code
uploadcoveragereport:
name: Upload Coverage Report
needs: [buildandtest, buildandtestuitests]
Expand Down

0 comments on commit 0cdfe52

Please sign in to comment.