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'