From 3d42dee5e6b714922cc3f04d23e719740a8ac4f5 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 18 Oct 2021 16:37:32 +0200 Subject: ci: even simpler emacs testing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 118f04d..0542169 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,9 +67,5 @@ jobs: - name: Try to start Emacs run: | echo "Attempting startup..." - ${EMACS:=emacs} -nw --batch \ - --eval '(let ((debug-on-error t) - (url-show-status nil)) - (load-file user-init-file) - (run-hooks (quote after-init-hook)))' + ${EMACS:=emacs} -nw -Q --batch --load $HOME/.emacs.d/init.el echo "Startup successful" -- cgit v1.2.3