mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +00:00
fix(tests): move AUR PKGBUILDs into build context dir - 2
This commit is contained in:
parent
c46f061f96
commit
792c78643c
1 changed files with 3 additions and 0 deletions
3
.github/workflows/test.yaml
vendored
3
.github/workflows/test.yaml
vendored
|
@ -10,6 +10,9 @@ jobs:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Copy AUR PKGBUILDs into testing dir
|
||||||
|
run: cp package/aur/lune-bin package/aur/lune-git package/aur/lune test/aur
|
||||||
|
|
||||||
- name: Setup docker CLI
|
- name: Setup docker CLI
|
||||||
uses: actions-hub/docker/cli@master
|
uses: actions-hub/docker/cli@master
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue