We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cce0e2 commit 036d1cdCopy full SHA for 036d1cd
.github/workflows/ci.yml
@@ -4,7 +4,6 @@ on:
4
push:
5
branches: [main]
6
pull_request:
7
- branches: [main]
8
9
env:
10
SOPS_AGE_KEY: ${{ secrets.SOPS_AGE_KEY }}
@@ -40,16 +39,9 @@ jobs:
40
39
timeout-minutes: 15
41
steps:
42
- uses: actions/checkout@v6
43
-
44
- uses: oven-sh/setup-bun@v2
45
with:
46
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
+ - run: bun install --frozen-lockfile
+ - run: bunx playwright install chromium --with-deps
+ - run: bun run test:e2e
0 commit comments