Skip to content

Commit edb9f33

Browse files
committed
Update CI
1 parent 897c029 commit edb9f33

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
name: CI
22
on: [push, pull_request]
3-
43
jobs:
54
build:
65
runs-on: ubuntu-latest
76
strategy:
87
fail-fast: false
98
matrix:
10-
emacs_version:
9+
emacs-version:
1110
- '25.1'
1211
- '25.2'
1312
- '25.3'
@@ -23,19 +22,15 @@ jobs:
2322
- 'release-snapshot'
2423
- 'snapshot'
2524
steps:
26-
- uses: actions/checkout@v1
27-
- uses: actions/setup-python@v2
25+
- uses: actions/checkout@v4
2826
- uses: purcell/setup-emacs@master
2927
with:
30-
version: ${{ matrix.emacs_version }}
31-
28+
version: ${{ matrix.emacs-version }}
3229
- name: Install Gnuplot
3330
run: sudo apt update && sudo apt install gnuplot
34-
3531
- name: Run tests
3632
if: matrix.allow_failure != true
3733
run: 'make && make test'
38-
3934
- name: Run tests (allow failure)
4035
if: matrix.allow_failure == true
4136
run: 'make && make test || true'

0 commit comments

Comments
 (0)