diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02f4788..ca34dda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,9 +24,9 @@ jobs: POETRY_VERSION=1.8.4 - name: Test the image run: | - podman run - -it - --volume $(pwd):/var/www/app:rw - --user dev - docker.io/groovytron/python:3.12 - bash ./test.sh + podman run \ + -it \ + --volume $(pwd):/var/www/app:rw \ + --user dev \ + docker.io/groovytron/python:3.12 \ + bash ./test.sh