Skip to content

Commit

Permalink
ci: fix next build due to failed to parse URL from undefined/graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILLIPS71 committed Apr 16, 2024
1 parent 01db87f commit a03e5fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ jobs:
shell: bash
run: |
pnpm run build
env:
NEXT_PUBLIC_API_URI: https://localhost:5000
NEXT_PUBLIC_API_WS_URI: wss://localhost:5000

- name: "🧪 Test"
working-directory: ./app
Expand Down
1 change: 0 additions & 1 deletion app/next.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/** @type {import('next').NextConfig} */
const config = {
reactStrictMode: true,
swcMinify: true,
compiler: {
relay: {
src: './src',
Expand Down

0 comments on commit a03e5fc

Please sign in to comment.