mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Check env.integration file
This commit is contained in:
parent
fea3daa98a
commit
d481a5ae15
1 changed files with 2 additions and 0 deletions
2
.github/workflows/code-qa.yml
vendored
2
.github/workflows/code-qa.yml
vendored
|
|
@ -58,6 +58,8 @@ jobs:
|
|||
cache: 'npm'
|
||||
- name: Create env.integration file
|
||||
run: echo "OPEN_ROUTER_API_KEY=${{ secrets.OPEN_ROUTER_API_KEY }}" > .env.integration
|
||||
- name: Check env.integration file
|
||||
run: cat .env.integration
|
||||
- name: Install dependencies
|
||||
run: npm run install:all
|
||||
- run: xvfb-run -a npm run test:integration
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue