Skip to content

Commit

Permalink
WIP!
Browse files Browse the repository at this point in the history
  • Loading branch information
mhratson committed Sep 2, 2024
1 parent 419daf5 commit 4b29bf3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@ jobs:
uses: gradle/actions/setup-gradle@v4 # v4.0.0
with:
gradle-version: 8.5
- name: compile and validate
run: ./gradlew --build-cache --info --scan check -x test
- name: build
run: ./gradlew --no-daemon -PmaxParallelForks=1 build
- name: integration test
run: ./gradlew --no-daemon -PmaxParallelForks=1 clean integrationTest

0 comments on commit 4b29bf3

Please sign in to comment.