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