Skip to content

Commit f247712

Browse files
committed
[REM-2574] Add media api key env variable to bundled test runs
1 parent eda8c15 commit f247712

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/run-tests-bundled.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ jobs:
2525
run: npm run test:bundled:parallel
2626
env:
2727
TEST_REQUEST_API_KEY: ${{ secrets.TEST_REQUEST_API_KEY }}
28+
TEST_MEDIA_REQUEST_API_KEY: ${{ secrets.TEST_MEDIA_REQUEST_API_KEY }}
2829
SKIP_NETWORK_TIMEOUT_TESTS: true

.github/workflows/run-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ jobs:
2525
run: npm run test:parallel
2626
env:
2727
TEST_REQUEST_API_KEY: ${{ secrets.TEST_REQUEST_API_KEY }}
28+
TEST_MEDIA_REQUEST_API_KEY: ${{ secrets.TEST_MEDIA_REQUEST_API_KEY }}
2829
SKIP_NETWORK_TIMEOUT_TESTS: true

0 commit comments

Comments
 (0)