diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5ff73de..1bf3f8c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,6 +19,13 @@ jobs: uses: actions/checkout@v3 - name: Check folders + run: | + pwd + ls -la + + - name: test + image: ghcr.io/catthehacker/ubuntu:act-latest + imagePullPolicy: Always run: | docker --version pwd