Skip to content

Commit

Permalink
ci: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Jun 4, 2024
1 parent d38cfd3 commit 202cdf1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,18 @@ jobs:
with:
version: snapshot

- name: import gog
run: cask eval "(package-install 'gnu-elpa-keyring-update)"

- name: install
run: "cask install"
run: cask install

- name: test
run: "cask exec ert-runner"
run: cask exec ert-runner

- name: build
run: "cask build"
run: cask build

- name: package
run: "cask package"
run: cask package

1 change: 0 additions & 1 deletion Cask
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@
(files "*.el")

(development
(depends-on "gnu-elpa-keyring-update")
(depends-on "project")
(depends-on "ert-runner"))

0 comments on commit 202cdf1

Please sign in to comment.