Skip to content

Commit

Permalink
feat:add graal native image profile for logback library
Browse files Browse the repository at this point in the history
  • Loading branch information
cindy-peng committed Jan 11, 2024
1 parent f155d99 commit 0022c4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ integration)
;;
graalvm)
# Run Unit and Integration Tests with Native Image. Skip tests that use mocking libs
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test "-Dtest=!LoggingAppenderTest"
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test
RETURN_CODE=$?
;;
graalvm17)
# Run Unit and Integration Tests with Native Image
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test "-Dtest=!LoggingAppenderTest"
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test
RETURN_CODE=$?
;;
samples)
Expand Down

0 comments on commit 0022c4d

Please sign in to comment.