Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
- add continue-on-error
  • Loading branch information
MaximPlusov committed May 13, 2024
1 parent d0d6a02 commit 58105d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-arlington-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
java-version: [11, 17, 21]

Expand All @@ -21,6 +22,7 @@ jobs:
ref: integration
- name: JDK setup
uses: actions/setup-java@v3
continue-on-error: true
with:
java-version: ${{ matrix.java-version }}
distribution: 'temurin'
Expand Down

0 comments on commit 58105d0

Please sign in to comment.