From 7c8281af9396f3840144064fbc6fb7bf5f8f28bc Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Tue, 1 Aug 2023 11:42:55 +0530 Subject: [PATCH] debug more --- .github/workflows/test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 64a4b49..f46fcc6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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