Compare commits
1 commit
705482bab3
...
52f706a75f
Author | SHA1 | Date | |
---|---|---|---|
52f706a75f |
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ jobs:
|
|||
run: |
|
||||
cd frontend
|
||||
bun install
|
||||
- run: apt-get install -y libnss3 libatk-bridge2.0-0 libxss1 libasound2 libgbm1 libgtk-3-0 libxshmfence-dev libxrandr2 libxcomposite1 libxcursor1 libxdamage1 libxi6
|
||||
- run: apt install -y libnss3 libatk-bridge2.0-0 libxss1 libasound2 libgbm1 libgtk-3-0 libxshmfence-dev libxrandr2 libxcomposite1 libxcursor1 libxdamage1 libxi6
|
||||
- run: bunx playwright install
|
||||
working-directory: ./frontend
|
||||
- name: Run Playwright tests
|
||||
|
|
Reference in a new issue