Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Jul 23, 2024
1 parent 8807704 commit 44cac4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
export GPG_HOME="/home/runner/work/doom-modeline/doom-modeline/.cask/elpa/gnupg"; \
mkdir -p $GPG_HOME && gpg --homedir $GPG_HOME --receive-keys 066DAFCB81E42C40; \
cask install
cask install; ls -la; ls -la .cask/
- name: test
run: cask exec ert-runner
Expand Down

0 comments on commit 44cac4d

Please sign in to comment.