Skip to content

Commit

Permalink
Update integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Sep 7, 2023
1 parent fd18a8a commit ac6eb1d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ jobs:
name: cra-react-router
runs-on: ubuntu-latest

env:
SKIP_PREFLIGHT_CHECK: true
REACT_APP_DOMAIN: your-tenant.auth0.com
REACT_APP_CLIENT_ID: yourclientid
REACT_APP_AUDIENCE: https://api.example.com/users
REACT_APP_API_PORT: 3001

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -49,12 +56,6 @@ jobs:
start: |
npm start --prefix=examples/users-api
npm start --prefix=examples/cra-react-router
env:
SKIP_PREFLIGHT_CHECK: true
REACT_APP_DOMAIN: your-tenant.auth0.com
REACT_APP_CLIENT_ID: yourclientid
REACT_APP_AUDIENCE: https://api.example.com/users
REACT_APP_API_PORT: 3001
# test-gatsby:
# name: Run Gatsby tests
Expand Down

0 comments on commit ac6eb1d

Please sign in to comment.