Compare commits
1 commit
a9064f2e44
...
4c9bd97a49
Author | SHA1 | Date | |
---|---|---|---|
4c9bd97a49 |
1 changed files with 2 additions and 0 deletions
|
@ -187,6 +187,8 @@ jobs:
|
|||
run: |
|
||||
cd frontend
|
||||
bun install
|
||||
- run: bunx playwright install
|
||||
working-directory: ./frontend
|
||||
- name: Run Playwright tests
|
||||
working-directory: ./frontend
|
||||
run: bunx playwright test
|
||||
|
|
Reference in a new issue