Skip to content

Commit

Permalink
Fix podman run command in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
groovytron committed Nov 10, 2024
1 parent 7970134 commit a4a1d60
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a4a1d60

Please sign in to comment.