Skip to content

Commit

Permalink
Exclude integration tests from being run on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MrApplejuice committed Nov 14, 2024
1 parent 1874dcb commit a50f9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Run gradle build
run: |
./gradlew --no-daemon build
./gradlew --no-daemon build -PskipIntegrationTests
- name: Run post-build checks
run: |
Expand Down

0 comments on commit a50f9d5

Please sign in to comment.