We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda8c15 commit f247712Copy full SHA for f247712
2 files changed
.github/workflows/run-tests-bundled.yml
@@ -25,4 +25,5 @@ jobs:
25
run: npm run test:bundled:parallel
26
env:
27
TEST_REQUEST_API_KEY: ${{ secrets.TEST_REQUEST_API_KEY }}
28
+ TEST_MEDIA_REQUEST_API_KEY: ${{ secrets.TEST_MEDIA_REQUEST_API_KEY }}
29
SKIP_NETWORK_TIMEOUT_TESTS: true
.github/workflows/run-tests.yml
run: npm run test:parallel
0 commit comments