Skip to content

Commit fea3daa

Browse files
committed
Create env.integration file
1 parent 6761012 commit fea3daa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/code-qa.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,11 @@ jobs:
5656
with:
5757
node-version: '18'
5858
cache: 'npm'
59+
- name: Create env.integration file
60+
run: echo "OPEN_ROUTER_API_KEY=${{ secrets.OPEN_ROUTER_API_KEY }}" > .env.integration
5961
- name: Install dependencies
6062
run: npm run install:all
61-
- run: xvfb-run -a npm test:integration
63+
- run: xvfb-run -a npm run test:integration
6264
if: runner.os == 'Linux'
63-
- run: npm test:integration
65+
- run: npm run test:integration
6466
if: runner.os != 'Linux'

0 commit comments

Comments
 (0)