We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6761012 commit fea3daaCopy full SHA for fea3daa
.github/workflows/code-qa.yml
@@ -56,9 +56,11 @@ jobs:
56
with:
57
node-version: '18'
58
cache: 'npm'
59
+ - name: Create env.integration file
60
+ run: echo "OPEN_ROUTER_API_KEY=${{ secrets.OPEN_ROUTER_API_KEY }}" > .env.integration
61
- name: Install dependencies
62
run: npm run install:all
- - run: xvfb-run -a npm test:integration
63
+ - run: xvfb-run -a npm run test:integration
64
if: runner.os == 'Linux'
- - run: npm test:integration
65
+ - run: npm run test:integration
66
if: runner.os != 'Linux'
0 commit comments