We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ef774 commit 439e071Copy full SHA for 439e071
.github/workflows/ci.yaml
@@ -258,7 +258,7 @@ jobs:
258
# The `envVarLoggingTest` profile runs tests that require an environment variable
259
- name: Showcase integration tests - Logging
260
run: |
261
- mvn verify -P '!showcase,enable-integration-tests,envVarLoggingTest'
+ mvn verify -P '!showcase,enable-integration-tests,envVarLoggingTest' \
262
--batch-mode \
263
--no-transfer-progress
264
# Set the Env Var for this step only
0 commit comments