Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ytkimirti authored and CahidArda committed Oct 2, 2024
1 parent fdc3422 commit 20bb618
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
working-directory: examples/cloudflare-workers

- name: Start example
run: bun dev & sleep 10
run: bun dev &
working-directory: examples/cloudflare-workers

- name: Test
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
working-directory: examples/nodejs

- name: Run example
run: npm run dev & sleep 20
run: npm run dev &
working-directory: examples/nodejs

- name: Test
Expand Down

0 comments on commit 20bb618

Please sign in to comment.