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 c18fece commit 472bc2bCopy full SHA for 472bc2b
.github/workflows/ci.yaml
@@ -106,12 +106,12 @@ jobs:
106
- name: Unit Tests
107
run: |
108
mvn test --batch-mode --no-transfer-progress -Dcheckstyle.skip \
109
- -Dfmt.skip -DenableTestCoverage
+ -Dfmt.skip
110
# The `envVarTest` profile runs tests that require an environment variable
111
- name: Env Var Tests
112
113
114
- -Dfmt.skip -DenableTestCoverage -PenvVarTest
+ -Dfmt.skip -PenvVarTest
115
# Set the Env Var for this step only
116
env:
117
GOOGLE_CLOUD_UNIVERSE_DOMAIN: random.com
0 commit comments