Compare commits
1 commit
db88a511b6
...
6a7b3cc550
Author | SHA1 | Date | |
---|---|---|---|
6a7b3cc550 |
1 changed files with 8 additions and 0 deletions
|
@ -187,6 +187,14 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cd frontend
|
cd frontend
|
||||||
bun install
|
bun install
|
||||||
|
- name: Install node 22
|
||||||
|
run: |
|
||||||
|
apt-get update -y
|
||||||
|
apt-get install -y --no-install-recommends curl ca-certificates gnupg
|
||||||
|
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
|
||||||
|
apt-get install -y --no-install-recommends nodejs
|
||||||
|
apt-get clean
|
||||||
|
rm -rf /var/lib/apt/lists/*
|
||||||
- run: bunx playwright install --with-deps
|
- run: bunx playwright install --with-deps
|
||||||
working-directory: ./frontend
|
working-directory: ./frontend
|
||||||
- name: Run Playwright tests
|
- name: Run Playwright tests
|
||||||
|
|
Reference in a new issue