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 fea3daa commit d481a5aCopy full SHA for d481a5a
.github/workflows/code-qa.yml
@@ -58,6 +58,8 @@ jobs:
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: Check env.integration file
62
+ run: cat .env.integration
63
- name: Install dependencies
64
run: npm run install:all
65
- run: xvfb-run -a npm run test:integration
0 commit comments