Skip to content

Commit

Permalink
ci: run local nextjs/cf without waiting for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CahidArda committed Oct 21, 2024
1 parent 658e3d2 commit 2973d39
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ jobs:
run: bun run test

cloudflare-workers-local:
needs:
- test
runs-on: ubuntu-latest
steps:
- name: Setup repo
Expand Down Expand Up @@ -127,8 +125,6 @@ jobs:
DEPLOYMENT_URL: https://upstash-ratelimit.upsdev.workers.dev

nextjs-local:
needs:
- test
runs-on: ubuntu-latest
steps:
- name: Setup repo
Expand Down

0 comments on commit 2973d39

Please sign in to comment.