Skip to content

Commit

Permalink
Set test workflow working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Thijsiez committed Nov 8, 2024
1 parent 0fc844d commit 8491729
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ jobs:
test:
name: Run tests and publish report to SonarQube
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./examples
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -14,7 +17,7 @@ jobs:
with:
distribution: 'temurin'
java-version: '17'
- run: cd examples && chmod +x gradlew
- run: chmod +x gradlew
- run: ./gradlew koverXmlReport --no-daemon --continue
- env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit 8491729

Please sign in to comment.