Skip to content

Commit bf011c9

Browse files
committed
ci: fix e2e bun install
1 parent b6967aa commit bf011c9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [ main ]
66
pull_request:
7-
branches: [main]
7+
branches: [ main ]
88
workflow_dispatch:
99

1010
jobs:
@@ -40,6 +40,7 @@ jobs:
4040
contents: read
4141
steps:
4242
- uses: actions/checkout@v6
43+
- run: apt-get update && apt-get install -y unzip curl
4344
- uses: oven-sh/setup-bun@v2
4445
- run: bun i --frozen-lockfile
4546
- name: Run Playwright

0 commit comments

Comments
 (0)