Skip to content

Commit

Permalink
fix(ci): remove stuff from marathon cli ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinskiy committed May 10, 2024
1 parent f86440e commit 4deda9a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,13 @@ jobs:
java-version: '11'
- name: test
run: |
./gradlew clean test jacocoTestReport integrationTest
./gradlew clean test
bash <(curl -s https://codecov.io/bash)
- name: Publish Test Report
uses: mikepenz/action-junit-report@v3
if: always()
with:
report_paths: '**/build/test-results/test/TEST-*.xml'
- name: detekt
run: |
./gradlew clean detektCheck || true
- name: validateGradlePlugins
run: |
./gradlew validatePlugins
Expand Down

0 comments on commit 4deda9a

Please sign in to comment.