Skip to content

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 Feb 27, 2021
1 parent f29ccec commit a636c9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ jobs:
- name: Build
if: ${{ env.COMPATIBLE == 'true' }}
shell: bash
run: .github/build-steps/build.sh
run: .github/build-steps/build.sh || .github/build-steps/build.sh
- name: Check
if: ${{ env.COMPATIBLE == 'true' }}
shell: bash
run: .github/build-steps/check.sh
run: .github/build-steps/check.sh || .github/build-steps/check.sh
- name: CodeCov
if: ${{ env.REFERENCE == 'true' }}
uses: codecov/codecov-action@v1
Expand All @@ -103,7 +103,7 @@ jobs:
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
SURGE_LOGIN: ${{ secrets.SURGE_LOGIN }}
SURGE_TOKEN: ${{ secrets.SURGE_TOKEN }}
run: .github/build-steps/deploy.sh
run: .github/build-steps/deploy.sh || .github/build-steps/deploy.sh
Build-Success:
runs-on: ubuntu-latest
needs: Build
Expand Down

0 comments on commit a636c9c

Please sign in to comment.