Skip to content

Commit

Permalink
ci: add envs for e2e specs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gi-jutsu committed Aug 13, 2024
1 parent d6d72d6 commit ec730fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,8 @@ jobs:

- name: Run E2E tests
run: pnpm test:e2e
env:
API_HTTP_HOST: "localhost"
API_HTTP_PORT: "8080"
API_HTTP_SCHEME: "http"
OAUTH_GOOGLE_REDIRECT_URI: "http://localhost:8080/identity-and-access/oauth/google/callback"

0 comments on commit ec730fd

Please sign in to comment.