Update CI
Signed-off-by: Matt <mramotar@dropbox.com>
This commit is contained in:
parent
b3659e3d2d
commit
45d9919536
1 changed files with 5 additions and 3 deletions
8
.github/workflows/.ci_test_and_publish.yml
vendored
8
.github/workflows/.ci_test_and_publish.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.ref }}
|
||||
|
||||
|
@ -56,7 +56,9 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.ref }}
|
||||
|
||||
- name: Set up our JDK environment
|
||||
uses: actions/setup-java@v2
|
||||
|
@ -71,4 +73,4 @@ jobs:
|
|||
env:
|
||||
API_LEVEL: ${{ matrix.api-level }}
|
||||
- name: Upload code coverage
|
||||
run: bash <(curl -s https://codecov.io/bash)
|
||||
run: bash <(curl -s https://codecov.io/bash)
|
||||
|
|
Loading…
Reference in a new issue