Skip to content

Commit

Permalink
Merge branch 'behei-vonage/vidcs-3303-env-impr' of github.com:Vonage/…
Browse files Browse the repository at this point in the history
…vonage-video-react-app into behei-vonage/vidcs-3303-env-impr
  • Loading branch information
behei-vonage committed Feb 6, 2025
2 parents bf6e161 + 8f1f437 commit e1bc446
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ permissions:
contents: read

env:
VIDEO_SERVICE_PROVIDER: ${{vars.VIDEO_SERVICE_PROVIDER}}
OT_API_KEY: ${{secrets.API_KEY}}
OT_API_SECRET: ${{secrets.API_SECRET}}
VONAGE_APP_ID: ${{secrets.VONAGE_APP_ID}}
VONAGE_PRIVATE_KEY: ${{secrets.VONAGE_PRIVATE_KEY}}

jobs:
run:
Expand Down Expand Up @@ -116,5 +119,6 @@ jobs:
- name: Run integration tests
if: steps.check-skip-ci.outputs.result == 'false' && github.event.pull_request.head.repo.fork == false
run: |
echo "VIDEO_SERVICE_PROVIDER: $VIDEO_SERVICE_PROVIDER"
Xvfb :99 & export DISPLAY=:99
yarn test:integration

0 comments on commit e1bc446

Please sign in to comment.