Skip to content

Commit

Permalink
go back two directories.
Browse files Browse the repository at this point in the history
  • Loading branch information
djgoku committed Apr 3, 2024
1 parent 6f01f72 commit bc4781c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/earthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
project-path: devbox/plugins/emacs/test
enable-cache: "true"
- name: test emacs early-init.el config
run: devbox run -c devbox/plugins/emacs/test/ -- emacs --batch -l emacs/early-init.el
run: devbox run -c devbox/plugins/emacs/test/ -- emacs --batch -l ../../emacs/early-init.el
- name: test emacs init.el config
run: devbox run -c devbox/plugins/emacs/test/ -- emacs --batch -l emacs/init.el
run: devbox run -c devbox/plugins/emacs/test/ -- emacs --batch -l ../../emacs/init.el

0 comments on commit bc4781c

Please sign in to comment.