Compare commits
1 commit
6a7b3cc550
...
db88a511b6
Author | SHA1 | Date | |
---|---|---|---|
db88a511b6 |
1 changed files with 0 additions and 8 deletions
|
@ -187,14 +187,6 @@ 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