Skip to content

Commit

Permalink
Don't run unit tests in integration-test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Sep 3, 2024
1 parent f384e8e commit d2a0664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
java-version: ${{ matrix.java }}
distribution: ${{ matrix.distribution }}

- name: Run tests and integration tests
run: ./gradlew check
- name: Run integration tests
run: ./gradlew integrationTest

- name: Archive HTML test report
if: ${{ always() }}
Expand Down

0 comments on commit d2a0664

Please sign in to comment.