Skip to content

Commit 0c9e478

Browse files
committed
Add CI flag
1 parent abc5f66 commit 0c9e478

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test_workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
export LIBC=glibc
8585
export SANITIZER=${{ matrix.config }}
8686
87-
./gradlew -PkeepJFRs :ddprof-test:test${{ matrix.config }} --no-daemon --parallel --build-cache --no-watch-fs
87+
./gradlew -PCI -PkeepJFRs :ddprof-test:test${{ matrix.config }} --no-daemon --parallel --build-cache --no-watch-fs
8888
EXIT_CODE=$?
8989
9090
if [ $EXIT_CODE -ne 0 ]; then
@@ -174,7 +174,7 @@ jobs:
174174
}')
175175
export JAVA_VERSION
176176
177-
./gradlew -PkeepJFRs :ddprof-test:test${{ matrix.config }} --no-daemon --parallel --build-cache --no-watch-fs
177+
./gradlew -PCI -PkeepJFRs :ddprof-test:test${{ matrix.config }} --no-daemon --parallel --build-cache --no-watch-fs
178178
EXIT_CODE=$?
179179
180180
if [ $EXIT_CODE -ne 0 ]; then
@@ -274,7 +274,7 @@ jobs:
274274
export LIBC=glibc
275275
export SANITIZER=${{ matrix.config }}
276276
277-
./gradlew -PkeepJFRs :ddprof-test:test${{ matrix.config }} --no-daemon --parallel --build-cache --no-watch-fs
277+
./gradlew -PCI -PkeepJFRs :ddprof-test:test${{ matrix.config }} --no-daemon --parallel --build-cache --no-watch-fs
278278
EXIT_CODE=$?
279279
280280
if [ $EXIT_CODE -ne 0 ]; then

0 commit comments

Comments
 (0)