Skip to content

Commit a8d6220

Browse files
committed
adjust jdk 8 ci job
1 parent 6137d7a commit a8d6220

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -258,16 +258,6 @@ jobs:
258258
-P enable-integration-tests \
259259
--batch-mode \
260260
--no-transfer-progress
261-
# The `slf4j2_logback` profile brings logging dependency and compiles logging tests, require env var to be set
262-
- name: Showcase integration tests - Logging SLF4J 2.x
263-
working-directory: java-showcase
264-
run: |
265-
mvn clean verify -P '!showcase,enable-integration-tests,loggingTestBase,slf4j2_logback' \
266-
--batch-mode \
267-
--no-transfer-progress
268-
# Set the Env Var for this step only
269-
env:
270-
GOOGLE_SDK_JAVA_LOGGING: true
271261
# The `slf4j1_logback` profile brings logging dependency and compiles logging tests, require env var to be set
272262
- name: Showcase integration tests - Logging SLF4J 1.x
273263
working-directory: java-showcase
@@ -332,6 +322,16 @@ jobs:
332322
-P enable-integration-tests \
333323
--batch-mode \
334324
--no-transfer-progress
325+
# The `slf4j2_logback` profile brings logging dependency and compiles logging tests, require env var to be set
326+
- name: Showcase integration tests - Logging SLF4J 2.x
327+
working-directory: java-showcase
328+
run: |
329+
mvn clean verify -P '!showcase,enable-integration-tests,loggingTestBase,slf4j2_logback' \
330+
--batch-mode \
331+
--no-transfer-progress
332+
# Set the Env Var for this step only
333+
env:
334+
GOOGLE_SDK_JAVA_LOGGING: true
335335
# The `slf4j1_logback` profile brings logging dependency and compiles logging tests, require env var to be set
336336
- name: Showcase integration tests - Logging SLF4J 1.x
337337
working-directory: java-showcase

0 commit comments

Comments
 (0)