Skip to content

Commit

Permalink
Add GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescherti committed Aug 17, 2024
1 parent 755439b commit 55e85a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ jobs:
- name: Install
run: |
python -m pip install --upgrade pip
sudo apt-get install emacs && emacs --version
git clone https://github.com/riscy/melpazoid.git ~/melpazoid
pip install ~/melpazoid
python -m pip install ~/melpazoid
- name: Run melpazoid
env:
RECIPE: (vim-tab-bar :repo "jamescherti/vim-tab-bar.el" :branch "${{ github.ref_name }}" :fetcher github :files ("vim-tab-bar.el"))
EXIST_OK: false
run: echo $GITHUB_REF && emacs --version && make -C ~/melpazoid
CASK_PATH: $HOME/.cask/bin
run: 'echo -e "Ref: $GITHUB_REF\n$(emacs --version)" && make -C ~/melpazoid'

- name: Run tests
run: make test
Expand Down

0 comments on commit 55e85a3

Please sign in to comment.