Skip to content

Commit

Permalink
TST: Add fail-fast (workflows v1.0.3) to envs
Browse files Browse the repository at this point in the history
  • Loading branch information
dhomeier committed Apr 6, 2022
1 parent 9f76f7a commit 24622a0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:

jobs:
tests:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1.0.2
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@main
with:
# fail-fast: true
fail-fast: true
display: true
coverage: codecov
libraries: |
Expand Down Expand Up @@ -44,10 +44,9 @@ jobs:
allowed_failures:
# Tests allowed to fail (not to trigger cancellation of all in-progress jobs).
# With [email protected] the fail-fast setting should hopefully handle this.
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@main
with:
# fail-fast: false
fail-fast: false
display: true
envs: |
# UnicodeDecodeError: 'utf-8' codec can't decode bytes in position 14099-14100: invalid continuation byte
Expand Down

0 comments on commit 24622a0

Please sign in to comment.