Skip to content

Commit

Permalink
Revert "CI: use continue-on-error correctly"
Browse files Browse the repository at this point in the history
This reverts commit 718e61f.
  • Loading branch information
bmag committed Mar 27, 2021
1 parent 718e61f commit ddd3fb3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,15 @@ 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
experimental: true
continue-on-error: true
cask_version:
- 'snapshot'
fail-fast: false
Expand Down

0 comments on commit ddd3fb3

Please sign in to comment.