Skip to content

Commit

Permalink
run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Oct 25, 2023
1 parent bdb3f43 commit a671d5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

Verify-Launcher:
# disabled temporarily
if: never()
if: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
# with:
# files: "**/test-results/**/*.xml"

Component-Tests:
Integration-Tests:
runs-on: ubuntu-latest
env:
JACOCO: true
Expand All @@ -81,7 +81,7 @@ jobs:
- name: Component Tests
uses: ./.github/actions/run-tests
with:
command: ./gradlew test -DincludeTags="ComponentTest"
command: ./gradlew compileJava compileTestJava test -DincludeTags="ComponentTest,ApiTest,EndToEndTest"

Upload-Coverage-Report-To-Codecov:
needs:
Expand Down

0 comments on commit a671d5e

Please sign in to comment.