Skip to content

Commit

Permalink
chore(ci): fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
EuleMitKeule committed Nov 23, 2022
1 parent 7e5b024 commit ceb1133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ jobs:
if: always()
with:
name: Test Results
path: ${PROJECT_DIR}/Tests
path: ${{ env.PROJECT_DIR }}/Tests

- uses: MirageNet/[email protected]
if: always()
with:
path: ${PROJECT_DIR}/Tests/*.xml
path: ${{ env.PROJECT_DIR }}/Tests/*.xml
access-token: ${{ secrets.GITHUB_TOKEN }}

sonar:
Expand Down

0 comments on commit ceb1133

Please sign in to comment.