Skip to content

Commit

Permalink
fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Jul 10, 2024
1 parent c07e500 commit d1ecda8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/validate-api-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ jobs:
pnpm run lint:api-client
- name: Test
env:
NODE_ENV: e2e
GITHUB_CLIENT_ID: dummy
GITHUB_CLIENT_SECRET: dummy
GITHUB_CALLBACK_URL: dummy
REDIS_URL: redis://localhost:6379
JWT_SECRET: secret
run: |
pnpm run test:api-client
Expand All @@ -59,4 +66,4 @@ jobs:
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
flags: web
flags: api-client

0 comments on commit d1ecda8

Please sign in to comment.