Compare commits
1 commit
78d97489c1
...
6984b82d28
Author | SHA1 | Date | |
---|---|---|---|
6984b82d28 |
1 changed files with 3 additions and 9 deletions
|
@ -187,15 +187,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cd frontend
|
cd frontend
|
||||||
bun install
|
bun install
|
||||||
- name: Install node 20
|
- uses: actions/setup-node@v4
|
||||||
run: |
|
with:
|
||||||
apt-get purge nodejs -y
|
node-version: 20
|
||||||
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