Skip to content

Commit

Permalink
CI: use continue-on-error correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
bmag committed Mar 27, 2021
1 parent 5140948 commit 718e61f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,17 @@ on:
jobs:
test:
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
emacs_version:
- '25.3'
- '26.3'
- '27.1'
experimental: [false]
include:
- emacs_version: snapshot
continue-on-error: true
experimental: true
cask_version:
- 'snapshot'
fail-fast: false
Expand Down

0 comments on commit 718e61f

Please sign in to comment.