mirror of
https://github.com/vale981/melpazoid
synced 2025-03-04 17:01:40 -05:00
ci: add integration test against LOCAL_REPO
This commit is contained in:
parent
761653acfa
commit
13cf0de93b
1 changed files with 5 additions and 0 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -39,3 +39,8 @@ jobs:
|
|||
CI_BRANCH: master # always build the master branch on this repo
|
||||
EXPECT_ERROR: 2 # we expect it to have some nags
|
||||
run: RECIPE='(magit :fetcher github :repo "magit/magit" :files ("lisp/magit" "lisp/magit*.el" "lisp/git-rebase.el" "Documentation/magit.texi" "Documentation/AUTHORS.md" "LICENSE" (:exclude "lisp/magit-libgit.el")))' make
|
||||
|
||||
- name: Test local 'melpazoid'
|
||||
env:
|
||||
CI_BRANCH: master
|
||||
run: python melpazoid/melpazoid.py ./melpazoid --recipe '(melpazoid :fetcher github :repo "riscy/melpazoid")'
|
||||
|
|
Loading…
Add table
Reference in a new issue