mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -05:00
Create env.integration file
This commit is contained in:
6
.github/workflows/code-qa.yml
vendored
6
.github/workflows/code-qa.yml
vendored
@@ -56,9 +56,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: '18'
|
node-version: '18'
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
|
- name: Create env.integration file
|
||||||
|
run: echo "OPEN_ROUTER_API_KEY=${{ secrets.OPEN_ROUTER_API_KEY }}" > .env.integration
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm run install:all
|
run: npm run install:all
|
||||||
- run: xvfb-run -a npm test:integration
|
- run: xvfb-run -a npm run test:integration
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
- run: npm test:integration
|
- run: npm run test:integration
|
||||||
if: runner.os != 'Linux'
|
if: runner.os != 'Linux'
|
||||||
|
|||||||
Reference in New Issue
Block a user