aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Burkett2021-06-21 22:55:33 -0400
committerJustin Burkett2021-06-21 22:55:33 -0400
commit6ae80f50af838ff2bcf6448a55366fb37fb20682 (patch)
tree9e40c413a6e24e58b853fa6addd8f6662acca14a
parent11471fb73804fbe6b2bc19f2a1133f4a46853e20 (diff)
downloademacs-6ae80f50af838ff2bcf6448a55366fb37fb20682.tar.gz
emacs-6ae80f50af838ff2bcf6448a55366fb37fb20682.zip
Try without cask
-rw-r--r--.github/workflows/test.yml14
1 files changed, 2 insertions, 12 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index f764d3202fd..87331b72025 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -20,21 +20,11 @@ jobs:
20 - 27.2 20 - 27.2
21 - snapshot 21 - snapshot
22 steps: 22 steps:
23 - name: Install Python
24 uses: actions/setup-python@v2
25 with:
26 python-version: '3.6'
27 architecture: 'x64'
28 - uses: purcell/setup-emacs@master 23 - uses: purcell/setup-emacs@master
29 with: 24 with:
30 version: ${{ matrix.emacs_version }} 25 version: ${{ matrix.emacs_version }}
31
32 - uses: actions/checkout@v2 26 - uses: actions/checkout@v2
33 - name: Install Cask
34 uses: conao3/setup-cask@master
35 with:
36 version: 'snapshot'
37 - name: Install dependencies 27 - name: Install dependencies
38 run: 'cask install' 28 run: 'git clone https://github.com/emacs-evil/evil'
39 - name: Run tests 29 - name: Run tests
40 run: 'cask exec emacs -Q -batch -L . -l which-key-tests.el -f ert-run-tests-batch-and-exit' 30 run: 'emacs -Q -batch -L . -L ./evil -l which-key-tests.el -f ert-run-tests-batch-and-exit'