Skip to content

Commit

Permalink
fix: missing launch darkly e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed Oct 10, 2023
1 parent e2bbc87 commit 983595b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/reusable-api-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,16 @@ jobs:
- uses: ./.github/actions/start-localstack

- uses: ./.github/actions/run-worker
with:
launch_darkly_sdk_key: ${{ secrets.LAUNCH_DARKLY_SDK_KEY }}

# Runs a single command using the runners shell
- name: Build API
run: CI='' pnpm build:api

- name: Run E2E tests
env:
LAUNCH_DARKLY_SDK_KEY: ${{ secrets.LAUNCH_DARKLY_SDK_KEY }}
run: |
cd apps/api && pnpm test:e2e
Expand Down

0 comments on commit 983595b

Please sign in to comment.