Skip to content

Commit

Permalink
Adding macos-test workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
djgoku committed Apr 3, 2024
1 parent bc4781c commit 3f31ab8
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/macos-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Earthly
on:
push:
paths:
- "emacs/**.el"
- "emacs/**.org"
- "devbox/**.json"
- ".github/**"
jobs:
tests:
strategy:
matrix:
runner:
- macos-11
- macos-12
- macos-13
- macos-14
runs-on: ${{ matrix.runner }}
steps:
- uses: actions/checkout@v4
- name: which gtar
run: which gtar
# - name: Install devbox
# uses: jetpack-io/devbox-install-action@v0.8.0
# with:
# 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
# - name: test emacs init.el config
# run: devbox run -c devbox/plugins/emacs/test/ -- emacs --batch -l ../../emacs/init.el

0 comments on commit 3f31ab8

Please sign in to comment.