Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
norbertschuler committed Oct 19, 2021
1 parent 9d8a71f commit 6a837ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
AUTH0_CLIENT_ID : ${{ secrets.AUTH0_CLIENT_ID }}
AUTH0_CUSTOM_DOMAIN: ${{ secrets.AUTH0_CUSTOM_DOMAIN }}
TEST_MFA_URL: ${{ secrets.TEST_MFA_URL }}
TEST_ACCOUNT_PASSWORD: ${{ secrets.TEST_ACCOUNT_PASSWORD }}
ESRI_CLIENT_ID: ${{ secrets.ESRI_CLIENT_ID }}
ESRI_CLIENT_SECRET: ${{ secrets.ESRI_CLIENT_SECRET }}
run: |
Expand All @@ -35,7 +36,8 @@ jobs:
echo "{
\"TEST_SERVER\": \"http://localhost:3000\",
\"TEST_MFA_URL\": \"$TEST_MFA_URL\"
\"TEST_MFA_URL\": \"$TEST_MFA_URL\",
\"TEST_ACCOUNT_PASSWORD\": \"$TEST_ACCOUNT_PASSWORD\"
}" >> cypress.env.json
- name: 'Running Cypress tests'
Expand Down

0 comments on commit 6a837ba

Please sign in to comment.