diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 93a14ab..7b1c78f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -10,6 +10,9 @@ jobs: - name: Checkout repository 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 uses: actions-hub/docker/cli@master env: