Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtanko committed Jul 22, 2023
1 parent 1cfe030 commit 20e3fdf
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 @@ -28,9 +28,6 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Spotless Apply
run: ./gradlew spotlessApply

- name: Cache gradle dependencies
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -58,7 +55,7 @@ jobs:
run: ./gradlew jacocoTestReport

- name: Check build dirs
run: ls -la && && ls -la build && ls -la build/reports
run: ls -la && ls -la build && ls -la build/reports

- name: Upload jacoco report
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 20e3fdf

Please sign in to comment.