Skip to content

Commit

Permalink
chore(ci): add dummy envs to api workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Feb 3, 2024
1 parent d562e5a commit 4f6bb44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ jobs:
pnpm run test:api
- name: E2E tests
env:
GITHUB_CLIENT_ID: dummy
GITHUB_CLIENT_SECRET: dummy
GITHUB_CALLBACK_URL: dummy
run: |
docker compose up -d
pnpm run e2e:api
Expand Down

0 comments on commit 4f6bb44

Please sign in to comment.