Skip to content

Commit a366cdd

Browse files
committed
fix ci: add env vars
1 parent 80566e3 commit a366cdd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/static-checks.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
- main
77
pull_request:
88

9+
env:
10+
BASE_URL: http://localhost:3000
11+
EXTERNAL_SERVER_PORT: 4000
12+
913
jobs:
1014
build:
1115
name: Build
@@ -15,6 +19,7 @@ jobs:
1519
- uses: oven-sh/setup-bun@v2
1620
- run: bun install --frozen-lockfile
1721
- run: bun run build
22+
1823
biome:
1924
name: Biome Checks
2025
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)