Skip to content

Commit

Permalink
github(workflow): add continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Hoefer committed Dec 22, 2020
1 parent f94df80 commit b5d8476
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
test-windows-16:
name: Test Windows 2016
runs-on: windows-2016
continue-on-error: true
steps:
- uses: actions/checkout@v2
- name: Set up JDK
Expand All @@ -39,6 +40,7 @@ jobs:
test-windows-19:
name: Test Windows 2019
runs-on: windows-2019
continue-on-error: true
steps:
- uses: actions/checkout@v2
- name: Set up JDK
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ jobs:
path: ./build/compose/binaries/main/deb/ck3-workbench_${{ steps.latest_tag.outputs.tag }}-1_amd64.deb

windows_build-16:
if: "false"
needs: build
name: Windows Build 2016
runs-on: windows-2016
continue-on-error: true
steps:
- uses: actions/checkout@v2
- name: Set up JDK
Expand Down

0 comments on commit b5d8476

Please sign in to comment.