Skip to content

Commit

Permalink
test: ...
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwayakchih authored Jan 16, 2025
1 parent eb24d77 commit 1c609ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/puppeteer-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
echo $GITHUB_WORKSPACE
mkdir node_modules
chmod 777 node_modules
podman run --rm --init -v $(pwd):/app -w /app $IMAGE_NAME npm install --no-save --no-package-lock
podman run --rm --init -v $(pwd):/app -w /app $IMAGE_NAME npm run puppeteer
podman run --rm --init -v $(pwd):/app -w /app $IMAGE_NAME xvfb-run npm test
podman run --rm --init -v $(pwd):/app:z --userns=keep-id -w /app $IMAGE_NAME npm install --no-save --no-package-lock
podman run --rm --init -v $(pwd):/app:z --userns=keep-id -w /app $IMAGE_NAME npm run puppeteer
podman run --rm --init -v $(pwd):/app:z --userns=keep-id -w /app $IMAGE_NAME xvfb-run npm test
- name: Login in to registry
if: success()
Expand Down

0 comments on commit 1c609ee

Please sign in to comment.