Skip to content

Commit

Permalink
fix: broken workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adrielcafe committed Apr 23, 2020
1 parent 3c3c8ea commit e982375
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:

steps:
- name: Git checkout
uses: actions/checkout@v2.0.0
- name: Set up JDK 1.8
uses: actions/checkout@v2.1.0
- name: Set up JDK
uses: actions/[email protected]
with:
java-version: 1.8
Expand All @@ -20,4 +20,5 @@ jobs:
run: ./gradlew jacocoTestReport
- name: Codecov
uses: codecov/[email protected]
token: ${{ secrets.CODECOV_TOKEN }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit e982375

Please sign in to comment.