Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
maurodandrea committed Oct 30, 2024
1 parent 0ffe398 commit 0650184
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/playwright_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ jobs:
run: docker pull mcr.microsoft.com/playwright:v1.48.1-noble

- name: Run Playwright tests
run: docker run --rm --ipc=host mcr.microsoft.com/playwright:v1.48.1-noble /bin/bash
run: docker run --rm --ipc=host mcr.microsoft.com/playwright:v1.48.1-noble /bin/bash

- name: Run your tests
run: npx playwright test

0 comments on commit 0650184

Please sign in to comment.