Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
[Autodelivery] update Java multiplatform continuous integration pipel…
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK committed Aug 26, 2021
1 parent 0cf8067 commit 07cc507
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- shell: bash
run: .github/build-steps/compatibility_check.sh
# Install the JDK
- uses: joschi/setup-jdk@v2.4.0
- uses: joschi/setup-jdk@v2.3.0
if: ${{ env.COMPATIBLE == 'true' }}
with:
java-version: ${{ matrix.jvm_version }}
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
run: .github/build-steps/check.sh || .github/build-steps/check.sh
- name: CodeCov
if: ${{ env.REFERENCE == 'true' }}
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v1
- name: Deploy
if: ${{ env.REFERENCE == 'true' && github.event_name == 'push' }}
shell: bash
Expand Down

0 comments on commit 07cc507

Please sign in to comment.