Skip to content

Commit

Permalink
Add CI flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jbachorik committed Feb 18, 2025
1 parent abc5f66 commit 0c9e478
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
export LIBC=glibc
export SANITIZER=${{ matrix.config }}
./gradlew -PkeepJFRs :ddprof-test:test${{ matrix.config }} --no-daemon --parallel --build-cache --no-watch-fs
./gradlew -PCI -PkeepJFRs :ddprof-test:test${{ matrix.config }} --no-daemon --parallel --build-cache --no-watch-fs
EXIT_CODE=$?
if [ $EXIT_CODE -ne 0 ]; then
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
}')
export JAVA_VERSION
./gradlew -PkeepJFRs :ddprof-test:test${{ matrix.config }} --no-daemon --parallel --build-cache --no-watch-fs
./gradlew -PCI -PkeepJFRs :ddprof-test:test${{ matrix.config }} --no-daemon --parallel --build-cache --no-watch-fs
EXIT_CODE=$?
if [ $EXIT_CODE -ne 0 ]; then
Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:
export LIBC=glibc
export SANITIZER=${{ matrix.config }}
./gradlew -PkeepJFRs :ddprof-test:test${{ matrix.config }} --no-daemon --parallel --build-cache --no-watch-fs
./gradlew -PCI -PkeepJFRs :ddprof-test:test${{ matrix.config }} --no-daemon --parallel --build-cache --no-watch-fs
EXIT_CODE=$?
if [ $EXIT_CODE -ne 0 ]; then
Expand Down

0 comments on commit 0c9e478

Please sign in to comment.