Skip to content

Commit

Permalink
Merge pull request #265 from paramsiddharth/integration-test-fix
Browse files Browse the repository at this point in the history
Fixed Integration Test Workflow
  • Loading branch information
JamesMGreene authored Jul 26, 2022
2 parents d1e506f + 916b99f commit f41e09a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
CIVIC_API_KEY: ${{ secrets.TEST_CIVIC_API_KEY }}
# Test environment Lob API key
LOB_API_KEY: ${{ secrets.TEST_LOB_API_KEY }}
# Stripe test secret key
STRIPE_SECRET_KEY: ${{ secrets.TEST_STRIPE_SECRET_KEY }}
# Auth0 authentication parameters with nonsensical sample values
SERVER_PORT: 8080
CLIENT_ORIGIN_URL: http://localhost:8080
Expand Down

0 comments on commit f41e09a

Please sign in to comment.