Skip to content

Commit 9c40bcb

Browse files
committed
chore: add env variable to build script
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent 7fa8f83 commit 9c40bcb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check_fullstack_demo_ts_pr.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
3333
- name: Run Cypress component tests
3434
uses: cypress-io/github-action@v6
35+
env:
36+
NEXT_PUBLIC_API_URL: http://localhost:8080
3537
with:
3638
working-directory: ./lib/javascript/fullstack_demo
3739
component: true

0 commit comments

Comments
 (0)