Working test
All checks were successful
/ Test config on ${{matrix.node}} (20) (push) Successful in 21s

This commit is contained in:
Maciej 2024-05-30 22:00:00 +03:00
parent dffe7bf8f4
commit 96cd3b8c65
Signed by: maciej
GPG key ID: 41D62D42D3B0D765

View file

@ -16,5 +16,8 @@ jobs:
- name: Install eask - name: Install eask
run: npm install -g @emacs-eask/cli run: npm install -g @emacs-eask/cli
- name: Run tests
run: eask test buttercup
- name: Uninstall eask - name: Uninstall eask
run: npm uninstall -g @emacs-eask/cli run: npm uninstall -g @emacs-eask/cli