Skip to content

Commit 6137d7a

Browse files
committed
verify w/ slf4j 1
1 parent b5f18b7 commit 6137d7a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -332,16 +332,6 @@ jobs:
332332
-P enable-integration-tests \
333333
--batch-mode \
334334
--no-transfer-progress
335-
# The `slf4j2_logback` profile brings logging dependency and compiles logging tests, require env var to be set
336-
- name: Showcase integration tests - Logging SLF4J 2.x
337-
working-directory: java-showcase
338-
run: |
339-
mvn clean verify -P '!showcase,enable-integration-tests,loggingTestBase,slf4j2_logback' \
340-
--batch-mode \
341-
--no-transfer-progress
342-
# Set the Env Var for this step only
343-
env:
344-
GOOGLE_SDK_JAVA_LOGGING: true
345335
# The `slf4j1_logback` profile brings logging dependency and compiles logging tests, require env var to be set
346336
- name: Showcase integration tests - Logging SLF4J 1.x
347337
working-directory: java-showcase

0 commit comments

Comments
 (0)