Compare commits
1 commit
bcee6599b3
...
705482bab3
Author | SHA1 | Date | |
---|---|---|---|
705482bab3 |
1 changed files with 2 additions and 1 deletions
|
@ -187,7 +187,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cd frontend
|
cd frontend
|
||||||
bun install
|
bun install
|
||||||
- run: bunx playwright install --with-deps
|
- run: apt-get 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
|
working-directory: ./frontend
|
||||||
- name: Run Playwright tests
|
- name: Run Playwright tests
|
||||||
working-directory: ./frontend
|
working-directory: ./frontend
|
||||||
|
|
Reference in a new issue