Skip to content

Commit 439e071

Browse files
committed
fix typo in ci.
1 parent 04ef774 commit 439e071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ jobs:
258258
# The `envVarLoggingTest` profile runs tests that require an environment variable
259259
- name: Showcase integration tests - Logging
260260
run: |
261-
mvn verify -P '!showcase,enable-integration-tests,envVarLoggingTest'
261+
mvn verify -P '!showcase,enable-integration-tests,envVarLoggingTest' \
262262
--batch-mode \
263263
--no-transfer-progress
264264
# Set the Env Var for this step only

0 commit comments

Comments
 (0)