Skip to content

Commit

Permalink
Run container root
Browse files Browse the repository at this point in the history
  • Loading branch information
aarthificial committed Feb 11, 2025
1 parent 5c1901e commit ff9a73b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.46.1-jammy
options: --user pwuser
steps:
- name: Check out repo
uses: actions/checkout@v3
Expand All @@ -37,7 +36,8 @@ jobs:
run: |
apt-get update
apt-get install -y pulseaudio
pulseaudio --start
apt-get install sudo
sudo pulseaudio --start
- name: Run tests
run: pnpm run test
Expand Down

0 comments on commit ff9a73b

Please sign in to comment.