Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Oct 19, 2023
1 parent b45ed3e commit b892b90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
test:
name: Test
runs-on: ${{ matrix.os }}
continue-on-error: true
strategy:
fail-fast: false
matrix:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ on:
- '**.md'
schedule:
- cron: '0 6 * * *' # run at 6 AM UTC every day

jobs:
test_modflow:
name: Test modflow6 integration
runs-on: ${{ matrix.os }}
continue-on-error: true
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -132,6 +134,7 @@ jobs:
test_pymake:
name: Test pymake integration
runs-on: ${{ matrix.os }}
continue-on-error: true
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit b892b90

Please sign in to comment.