Skip to content

Commit

Permalink
Allow failure in Test workflow for nightly Julia version
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira committed Sep 22, 2023
1 parent 82acddb commit 79fd773
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/Test.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,15 @@ jobs:
- version: "nightly"
os: ubuntu-latest
arch: x64
allow_failure: true
{% if not AddMacToCI %}#{% endif %}- version: "nightly"
{% if not AddMacToCI %}#{% endif %} os: macOS-latest
{% if not AddMacToCI %}#{% endif %} arch: x64
{% if not AddMacToCI %}#{% endif %} allow_failure: true
{% if not AddWinToCI %}#{% endif %}- version: "nightly"
{% if not AddWinToCI %}#{% endif %} os: windows-latest
{% if not AddWinToCI %}#{% endif %} arch: x64{% endif %}
{% if not AddWinToCI %}#{% endif %} arch: x64
{% if not AddWinToCI %}#{% endif %} allow_failure: true{% endif %}
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning].

## [Unreleased]

### Fixed

- Allow failure in nightly Julia Test.yml workflow

## [0.1.7]

### Changed
Expand Down

0 comments on commit 79fd773

Please sign in to comment.