Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescherti committed Aug 17, 2024
1 parent b09ffdd commit bcefda3
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 @@ -68,7 +68,7 @@ jobs:
env:
RECIPE: (dir-config :repo "jamescherti/dir-config.el" :branch "${{ github.ref_name }}" :fetcher github :files ("dir-config.el"))
EXIST_OK: false
run: 'echo -e "Ref: $GITHUB_REF\nVersion: $(emacs --version)" && make -C ~/melpazoid'
run: 'echo -e "Ref: $GITHUB_REF\n$(emacs --version)" && make -C ~/melpazoid'

- name: Run tests
run: make test
Expand Down

0 comments on commit bcefda3

Please sign in to comment.