We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78bc4db commit 70e632eCopy full SHA for 70e632e
.github/workflows/lighthouse.yml
@@ -35,9 +35,17 @@ jobs:
35
run: pnpm install
36
37
- name: Build project
38
+ env:
39
+ NEXT_PUBLIC_GRAPHQL_URL: "https://swewoocommerce.dfweb.no/graphql"
40
+ NEXT_PUBLIC_PLACEHOLDER_SMALL_IMAGE_URL: "https://via.placeholder.com/200"
41
+ NEXT_PUBLIC_PLACEHOLDER_LARGE_IMAGE_URL: "https://via.placeholder.com/600"
42
run: pnpm build
43
44
- name: Start server
45
46
47
48
49
run: |
50
pnpm start &
51
echo "Waiting for server to be ready..."
0 commit comments