Skip to content

Commit

Permalink
looks like playwright need to run as normal user
Browse files Browse the repository at this point in the history
  • Loading branch information
D4Vinci committed Nov 5, 2024
1 parent 1dd04f8 commit f200e9b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
container:
image: mcr.microsoft.com/playwright/python:v1.48.0-jammy
options: --user 1001
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -46,8 +47,8 @@ jobs:
# Install lsb-release before setup-python so the cache work
- name: Install lsb-release
run: |
apt-get update
apt-get install -y lsb-release
sudo apt-get update
sudo apt-get install -y lsb-release
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
Expand Down

0 comments on commit f200e9b

Please sign in to comment.