Skip to content

Commit 036d1cd

Browse files
committed
ci: chore: simplify
1 parent 3cce0e2 commit 036d1cd

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches: [main]
66
pull_request:
7-
branches: [main]
87

98
env:
109
SOPS_AGE_KEY: ${{ secrets.SOPS_AGE_KEY }}
@@ -40,16 +39,9 @@ jobs:
4039
timeout-minutes: 15
4140
steps:
4241
- uses: actions/checkout@v6
43-
4442
- uses: oven-sh/setup-bun@v2
4543
with:
4644
bun-version: latest
47-
48-
- name: Install dependencies
49-
run: bun install --frozen-lockfile
50-
51-
- name: Install Playwright browsers
52-
run: bunx playwright install chromium --with-deps
53-
54-
- name: Run E2E tests
55-
run: bun run test:e2e
45+
- run: bun install --frozen-lockfile
46+
- run: bunx playwright install chromium --with-deps
47+
- run: bun run test:e2e

0 commit comments

Comments
 (0)