Skip to content

Commit fa52e38

Browse files
committed
[ci] Change Bun install method in Playwright image
Signed-off-by: Karakatiza666 <bulakh.96@gmail.com>
1 parent f00fdeb commit fa52e38

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/test-web-console-unit.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,15 @@ jobs:
1111

1212
container:
1313
image: mcr.microsoft.com/playwright:v1.58.2-noble
14-
options: --user root
1514

1615
steps:
1716
- name: Checkout repository
1817
uses: actions/checkout@v4
1918

20-
- name: Install unzip
21-
run: apt-get update && apt-get install -y unzip
22-
2319
- name: Setup Bun
24-
uses: oven-sh/setup-bun@v2
25-
with:
26-
bun-version: 1.3.10
20+
run: |
21+
npm install -g --prefix /tmp/bun bun@1.3.10
22+
echo "/tmp/bun/bin" >> $GITHUB_PATH
2723
2824
- name: Install dependencies
2925
run: bun install --frozen-lockfile

0 commit comments

Comments
 (0)