mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -05:00
Don't run the integration-test job if there's no API key
This commit is contained in:
1
.github/workflows/code-qa.yml
vendored
1
.github/workflows/code-qa.yml
vendored
@@ -44,6 +44,7 @@ jobs:
|
|||||||
run: npm test
|
run: npm test
|
||||||
|
|
||||||
integration-test:
|
integration-test:
|
||||||
|
if: "${{ secrets.OPENROUTER_API_KEY != '' }}"
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest] # macos-latest, windows-latest
|
os: [ubuntu-latest] # macos-latest, windows-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user