Skip to content

Commit d2a0664

Browse files
committed
Don't run unit tests in integration-test workflow
1 parent f384e8e commit d2a0664

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
java-version: ${{ matrix.java }}
3434
distribution: ${{ matrix.distribution }}
3535

36-
- name: Run tests and integration tests
37-
run: ./gradlew check
36+
- name: Run integration tests
37+
run: ./gradlew integrationTest
3838

3939
- name: Archive HTML test report
4040
if: ${{ always() }}

0 commit comments

Comments
 (0)