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 7fa8f83 commit 9c40bcbCopy full SHA for 9c40bcb
.github/workflows/check_fullstack_demo_ts_pr.yaml
@@ -32,6 +32,8 @@ jobs:
32
33
- name: Run Cypress component tests
34
uses: cypress-io/github-action@v6
35
+ env:
36
+ NEXT_PUBLIC_API_URL: http://localhost:8080
37
with:
38
working-directory: ./lib/javascript/fullstack_demo
39
component: true
0 commit comments