Skip to content

Commit 6bcf88d

Browse files
authored
test: fix runnining new container
1 parent 2af73ac commit 6bcf88d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/puppeteer-container.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131

3232
- name: Test run
3333
run: |
34-
podman run --rm --init -v $(pwd):/app -w /app --userns=keep-id -it $IMAGE_NAME:latest npm install
35-
podman run --rm --init -v $(pwd):/app -w /app --userns=keep-id -it $IMAGE_NAME:latest npm run puppeteer
36-
podman run --rm --init -v $(pwd):/app -w /app --userns=keep-id -it $IMAGE_NAME:latest xvfb-run npm test
34+
podman run --rm --init -v $(pwd):/app -w /app --userns=keep-id $IMAGE_NAME npm install
35+
podman run --rm --init -v $(pwd):/app -w /app --userns=keep-id $IMAGE_NAME npm run puppeteer
36+
podman run --rm --init -v $(pwd):/app -w /app --userns=keep-id $IMAGE_NAME xvfb-run npm test
3737
3838
- name: Login in to registry
3939
if: success()

0 commit comments

Comments
 (0)