Skip to content

Commit

Permalink
chore(ci): don't fail on Emacs snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 9, 2023
1 parent 9527fe1 commit ad5a28c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
jobs:
ci-linux:
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
fail-fast: false
matrix:
Expand All @@ -24,7 +25,10 @@ jobs:
- 28.2
- 29.1
- 29.2
- snapshot
experimental: [false]
include:
- emacs-version: snapshot
experimental: true
steps:
- uses: actions/checkout@v4
- uses: purcell/setup-emacs@master
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/ci-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
jobs:
ci-macos:
runs-on: macos-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
fail-fast: false
matrix:
Expand All @@ -24,7 +25,10 @@ jobs:
- 28.2
- 29.1
- 29.2
- snapshot
experimental: [false]
include:
- emacs-version: snapshot
experimental: true
steps:
- uses: actions/checkout@v4
- uses: purcell/setup-emacs@master
Expand Down

0 comments on commit ad5a28c

Please sign in to comment.