mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +00:00
debug more
This commit is contained in:
parent
e341321ca5
commit
7c8281af93
1 changed files with 3 additions and 1 deletions
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
|
@ -11,7 +11,9 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
|
||||
- name: Copy AUR PKGBUILDs into testing dir
|
||||
run: cp -r package/aur/lune-bin package/aur/lune-git package/aur/lune test/aur
|
||||
run: cp -r package/aur/lune-bin/ package/aur/lune-git/ package/aur/lune/ test/aur/
|
||||
|
||||
- run: ls /test/aur
|
||||
|
||||
- name: Setup docker CLI
|
||||
uses: actions-hub/docker/cli@master
|
||||
|
|
Loading…
Reference in a new issue