We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91df248 commit 69c29d7Copy full SHA for 69c29d7
1 file changed
.github/workflows/tests.yaml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Run tests
24
run: |
25
- bun run -w @learning/symapi dev &
+ bun dev --filter=@learning/symapi &
26
for i in {1..30}; do
27
curl -fsS http://localhost:8088/openapi.json > /dev/null && break || echo "waiting..."
28
sleep 1
0 commit comments