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 a896aaf commit 3612ef5Copy full SHA for 3612ef5
.github/workflows/github-ci.yml
@@ -88,9 +88,10 @@ jobs:
88
run: npm install
89
90
- name: Create config.json
91
- run: echo "$TEST_CONFIG_JSON" > src/config.json
+ run: echo "{ \"apiURL\": $API_URL, \"APP_ENV\": $APP_ENV }" > src/config.json
92
env:
93
- TEST_CONFIG_JSON: { "apiURL": "http://localhost:1337", "APP_ENV": "prod" }
+ API_URL: "http://localhost:1337"
94
+ APP_ENV: "prod"
95
96
- name: Test Cypress
97
uses: cypress-io/github-action@v2
0 commit comments