Skip to content

Commit 7dc88f2

Browse files
committed
Checkout submodule, update transient
1 parent 7275276 commit 7dc88f2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ert.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,17 @@ jobs:
1414

1515
- name: Run ERT tests
1616
run: |
17+
git submodule update --init --recursive
1718
cd test
1819
emacs -Q -L .. -L . \
20+
--eval "(progn
21+
(require 'package)
22+
(add-to-list 'package-archives '(\"melpa\" . \"https://melpa.org/packages/\") t)
23+
(add-to-list 'package-archives '(\"gnu\" . \"https://elpa.gnu.org/packages/\") t)
24+
(package-initialize)
25+
(setq package-install-upgrade-built-in t)
26+
(package-refresh-contents)
27+
(package-install 'transient))" \
1928
$(find .. -mindepth 1 -maxdepth 1 \
2029
\( -name '.*.el' -prune -o -name '*.el' -type f -printf ' -l %p' \)) \
2130
$(find . -mindepth 1 -maxdepth 1 \

0 commit comments

Comments
 (0)