1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-19 22:50:29 -08:00

Try without cask

This commit is contained in:
Justin Burkett 2021-06-21 22:55:33 -04:00
parent 11471fb738
commit 6ae80f50af

View file

@ -20,21 +20,11 @@ jobs:
- 27.2
- snapshot
steps:
- name: Install Python
uses: actions/setup-python@v2
with:
python-version: '3.6'
architecture: 'x64'
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
- uses: actions/checkout@v2
- name: Install Cask
uses: conao3/setup-cask@master
with:
version: 'snapshot'
- name: Install dependencies
run: 'cask install'
run: 'git clone https://github.com/emacs-evil/evil'
- name: Run tests
run: 'cask exec emacs -Q -batch -L . -l which-key-tests.el -f ert-run-tests-batch-and-exit'
run: 'emacs -Q -batch -L . -L ./evil -l which-key-tests.el -f ert-run-tests-batch-and-exit'