Skip to content

Commit 69c29d7

Browse files
committed
Fix bun command
1 parent 91df248 commit 69c29d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Run tests
2424
run: |
25-
bun run -w @learning/symapi dev &
25+
bun dev --filter=@learning/symapi &
2626
for i in {1..30}; do
2727
curl -fsS http://localhost:8088/openapi.json > /dev/null && break || echo "waiting..."
2828
sleep 1

0 commit comments

Comments
 (0)