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 2fe30eb commit 5e36663Copy full SHA for 5e36663
1 file changed
.github/workflows/e2e-tests.yml
@@ -64,8 +64,8 @@ jobs:
64
distribution: corretto
65
java-version: ${{ matrix.java }}
66
cache: maven
67
- - name: Build locally and run unit tests
+ - name: Build locally
68
run: mvn -B -q -Dmaven.test.skip=true install --file pom.xml
69
- name: Cloud Based Integration Tests
70
- run: mvn clean test -B -q -Dtest.cloud.enabled=true -Dtest=CloudBasedIntegrationTest
+ run: mvn clean test -B -Dtest.cloud.enabled=true -Dtest=CloudBasedIntegrationTest
71
working-directory: ./examples
0 commit comments