Skip to content

Commit 472bc2b

Browse files
committed
skip jacocoa for now
1 parent c18fece commit 472bc2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,12 @@ jobs:
106106
- name: Unit Tests
107107
run: |
108108
mvn test --batch-mode --no-transfer-progress -Dcheckstyle.skip \
109-
-Dfmt.skip -DenableTestCoverage
109+
-Dfmt.skip
110110
# The `envVarTest` profile runs tests that require an environment variable
111111
- name: Env Var Tests
112112
run: |
113113
mvn test --batch-mode --no-transfer-progress -Dcheckstyle.skip \
114-
-Dfmt.skip -DenableTestCoverage -PenvVarTest
114+
-Dfmt.skip -PenvVarTest
115115
# Set the Env Var for this step only
116116
env:
117117
GOOGLE_CLOUD_UNIVERSE_DOMAIN: random.com

0 commit comments

Comments
 (0)