Skip to content

Commit

Permalink
Need working-directory instead of directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein authored Feb 15, 2024
1 parent 4e52129 commit 3f50372
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: codecov/codecov-action@v4
with:
name: nox-test
directory: antsibull-docs-parser
working-directory: antsibull-docs-parser
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
nox-test-36:
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
uses: codecov/codecov-action@v4
with:
name: nox-test-36
directory: antsibull-docs-parser
working-directory: antsibull-docs-parser
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
nox-vectors:
Expand Down

0 comments on commit 3f50372

Please sign in to comment.