Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
hankem committed May 17, 2024
1 parent 8e9744b commit 6b640e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- release-*
- debug
pull_request:

env:
Expand Down Expand Up @@ -59,7 +60,7 @@ jobs:
- name: Test
uses: gradle/actions/setup-gradle@v3
with:
arguments: test -PallTests -PtestJavaVersion=${{ matrix.test_java_version }}
arguments: test -PallTests -PtestJavaVersion=${{ matrix.test_java_version }} -is
cache-disabled: true

integration-test:
Expand Down

0 comments on commit 6b640e4

Please sign in to comment.