Skip to content

Commit d481a5a

Browse files
committed
Check env.integration file
1 parent fea3daa commit d481a5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/code-qa.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
cache: 'npm'
5959
- name: Create env.integration file
6060
run: echo "OPEN_ROUTER_API_KEY=${{ secrets.OPEN_ROUTER_API_KEY }}" > .env.integration
61+
- name: Check env.integration file
62+
run: cat .env.integration
6163
- name: Install dependencies
6264
run: npm run install:all
6365
- run: xvfb-run -a npm run test:integration

0 commit comments

Comments
 (0)