From 0d7aa7c6daea8652a3570af93992e04c36af3dd2 Mon Sep 17 00:00:00 2001 From: Pham Tama Date: Sun, 11 Feb 2024 15:09:14 +0700 Subject: [PATCH] fix 12 --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4581150..01dd437 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -68,7 +68,8 @@ jobs: desc: 'test package' - run: | pwd - find ../../.. -not -type d + ls ../.. + find ../ -not -type d docker run --rm -v $PWD:/work -t team-fuho/tfh-rpm-action:latest bash -c 'rpm -Uvh /work/*.rpm && testbin' test-github-refs-version: