Skip to content

Commit

Permalink
ci: disable next local build because of local error
Browse files Browse the repository at this point in the history
the nextjs deployment step should properly test nexjts example
  • Loading branch information
CahidArda committed Oct 7, 2024
1 parent 96cee2b commit 0dd9dff
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ jobs:

nextjs-local-build:
runs-on: ubuntu-latest
# disabled because of a local build issue. Will be tested properly in
# the deployment test
if: false
name: NextJS Local Build
steps:
- name: Setup repo
Expand Down Expand Up @@ -163,7 +166,7 @@ jobs:
working-directory: examples/nextjs

- name: Install local package
run: pnpm install ../../dist
run: pnpm install @upstash/qstash@../../dist
working-directory: examples/nextjs

- name: Local build
Expand Down Expand Up @@ -222,7 +225,7 @@ jobs:
version: ${{ steps.version.outputs.version }}
needs:
- cloudflare-workers-local-build
- nextjs-local-build
# - nextjs-local-build
- local-tests

name: Release
Expand Down

0 comments on commit 0dd9dff

Please sign in to comment.