Skip to content

Commit a896aaf

Browse files
committed
Add env var to GH Action
1 parent 795dd70 commit a896aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Create config.json
9191
run: echo "$TEST_CONFIG_JSON" > src/config.json
9292
env:
93-
TEST_CONFIG_JSON: ${{ secrets.TEST_CONFIG_JSON }}
93+
TEST_CONFIG_JSON: { "apiURL": "http://localhost:1337", "APP_ENV": "prod" }
9494

9595
- name: Test Cypress
9696
uses: cypress-io/github-action@v2

0 commit comments

Comments
 (0)