Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tdonohue committed Nov 25, 2020
1 parent 088c77b commit c7d8a9b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
steps:
# https://github.com/actions/checkout
- name: Checkout codebase
uses: actions/checkout@v2
uses: actions/checkout@v1
# https://github.com/actions/setup-java
- name: Install JDK 11
uses: actions/setup-java@v1
Expand All @@ -60,5 +60,6 @@ jobs:
env:
TEST_FLAGS: ${{ matrix.mvnflags }}
run: mvn install -B -V -P-assembly -Pcoverage-report $TEST_FLAGS
# https://github.com/codecov/codecov-action
- name: Upload coverage to Codecov.io
run: bash <(curl -s https://codecov.io/bash)
uses: codecov/codecov-action@v1

0 comments on commit c7d8a9b

Please sign in to comment.