Skip to content

Commit

Permalink
Merge pull request #18 from jcs-PR/test/29
Browse files Browse the repository at this point in the history
test: Emacs 29.1
  • Loading branch information
jcs090218 authored Aug 1, 2023
2 parents 7df9c91 + 4b153c3 commit 746b855
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 13 deletions.
28 changes: 15 additions & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ concurrency:
jobs:
test:
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
strategy:
fail-fast: false
matrix:
Expand All @@ -21,25 +22,26 @@ jobs:
- 26.3
- 27.2
- 28.1
- snapshot
- 29.1
experimental: [false]
include:
- os: ubuntu-latest
emacs-version: snapshot
experimental: true
- os: macos-latest
emacs-version: snapshot
experimental: true
- os: windows-latest
emacs-version: snapshot
experimental: true

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: purcell/setup-emacs@master
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
- uses: jcs090218/setup-emacs@master
with:
version: ${{ matrix.emacs-version }}

- uses: jcs090218/setup-emacs-windows@master
if: matrix.os == 'windows-latest'
with:
version: ${{ matrix.emacs-version }}

- uses: actions/setup-node@v2
with:
node-version: '14'

- uses: emacs-eask/setup-eask@master
with:
version: 'snapshot'
Expand Down
5 changes: 5 additions & 0 deletions Eask
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@
"1.0.0"
"origami.el support for lsp-mode")

(website-url "https://github.com/emacs-lsp/lsp-origami")
(keywords "languages" "lsp-mode")

(package-file "lsp-origami.el")

(script "test" "echo \"Error: no test specified\" && exit 1")

(source "gnu")
(source "melpa")

Expand Down

0 comments on commit 746b855

Please sign in to comment.