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 795dd70 commit a896aafCopy full SHA for a896aaf
.github/workflows/github-ci.yml
@@ -90,7 +90,7 @@ jobs:
90
- name: Create config.json
91
run: echo "$TEST_CONFIG_JSON" > src/config.json
92
env:
93
- TEST_CONFIG_JSON: ${{ secrets.TEST_CONFIG_JSON }}
+ TEST_CONFIG_JSON: { "apiURL": "http://localhost:1337", "APP_ENV": "prod" }
94
95
- name: Test Cypress
96
uses: cypress-io/github-action@v2
0 commit comments