Skip to content

Commit 488f1d8

Browse files
committed
Run development server in the background during CI
1 parent a927260 commit 488f1d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
- uses: actions/setup-node@v4
1313
- run: npm ci
1414
- run: npm run build
15-
- run: npm run dev
15+
- run: npm run dev &
1616
- run: npm test

0 commit comments

Comments
 (0)