Skip to content

Commit

Permalink
chore: don't test when running sonar build
Browse files Browse the repository at this point in the history
  • Loading branch information
raits committed Aug 28, 2023
1 parent 41233db commit a5c66da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
cache-read-only: ${{ github.ref != 'refs/heads/develop' }}
gradle-home-cache-cleanup: true
- name: Run build
run: ./gradlew build
run: ./gradlew build -x test
- name: Remove build.gradle so that we can use the CLI
run: |
rm -f build.gradle
Expand Down

0 comments on commit a5c66da

Please sign in to comment.