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 6e5902d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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,12 +81,12 @@ 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:
- Test
- Component-Tests
- Integration-Tests
runs-on: ubuntu-latest
if: always()
steps:
Expand Down

0 comments on commit 6e5902d

Please sign in to comment.