Skip to content

Commit

Permalink
Specify working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewTurk247 committed Jun 4, 2024
1 parent 06596cb commit 2ceeb21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
testandcoverage:
name: Test and Coverage
uses: StanfordBDHG/.github/.github/workflows/npm-test-and-coverage.yml@v2
secrets:
token: ${{ secrets.CODECOV_TOKEN }}
with:
working-directory: spezi-invitation-code
secrets:
token: ${{ secrets.CODECOV_TOKEN }}
uploadcoveragereport:
name: Upload Coverage Report
needs: [buildandtest, buildandtestuitests]
Expand Down

0 comments on commit 2ceeb21

Please sign in to comment.