Skip to content

Commit 5e36663

Browse files
committed
chore: expose logs to cloud based integration tests
1 parent 2fe30eb commit 5e36663

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ jobs:
6464
distribution: corretto
6565
java-version: ${{ matrix.java }}
6666
cache: maven
67-
- name: Build locally and run unit tests
67+
- name: Build locally
6868
run: mvn -B -q -Dmaven.test.skip=true install --file pom.xml
6969
- name: Cloud Based Integration Tests
70-
run: mvn clean test -B -q -Dtest.cloud.enabled=true -Dtest=CloudBasedIntegrationTest
70+
run: mvn clean test -B -Dtest.cloud.enabled=true -Dtest=CloudBasedIntegrationTest
7171
working-directory: ./examples

0 commit comments

Comments
 (0)