1 parent b6967aa commit bf011c9Copy full SHA for bf011c9
1 file changed
.github/workflows/ci.yml
@@ -2,9 +2,9 @@ name: CI
2
3
on:
4
push:
5
- branches: [main]
+ branches: [ main ]
6
pull_request:
7
8
workflow_dispatch:
9
10
jobs:
@@ -40,6 +40,7 @@ jobs:
40
contents: read
41
steps:
42
- uses: actions/checkout@v6
43
+ - run: apt-get update && apt-get install -y unzip curl
44
- uses: oven-sh/setup-bun@v2
45
- run: bun i --frozen-lockfile
46
- name: Run Playwright
0 commit comments