From 17c9cb571e17e390eec280cdd31cc33916edbf3b Mon Sep 17 00:00:00 2001 From: Pham Tama Date: Sun, 11 Feb 2024 15:19:37 +0700 Subject: [PATCH] fix 13 --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 01dd437..422843c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -68,6 +68,10 @@ jobs: desc: 'test package' - run: | pwd + ls / + ls /work + ls /tmp/ + ls /tmp/work 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'