Compare commits
1 commit
7ea69571bc
...
62999d749d
Author | SHA1 | Date | |
---|---|---|---|
62999d749d |
1 changed files with 2 additions and 0 deletions
|
@ -187,6 +187,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cd frontend
|
cd frontend
|
||||||
bun install
|
bun install
|
||||||
|
- name: Install Playwright Browsers
|
||||||
|
run: bunx playwright install --with-deps
|
||||||
- name: Run Playwright tests
|
- name: Run Playwright tests
|
||||||
run: bunx playwright test
|
run: bunx playwright test
|
||||||
|
|
||||||
|
|
Reference in a new issue