Skip to content

Commit

Permalink
Rename experimental into allow_failure
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed Sep 21, 2023
1 parent 897a83e commit 82b08d1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,27 @@ jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
continue-on-error: ${{ matrix.allow_failure }}
strategy:
fail-fast: false
matrix:
version:
- 'nightly'
- '1'
- '1.6'
- 'nightly'
os:
- ubuntu-latest
- macos-latest
- windows-latest
arch:
- x64
include:
- version: 'nightly'
allow_failure: true
- version: '1'
experimental: false
allow_failure: false
- version: '1.6'
experimental: false
- version: 'nightly'
experimental: true
allow_failure: false
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit 82b08d1

Please sign in to comment.