Check env.integration file

This commit is contained in:
cte
2025-01-31 14:56:57 -08:00
parent fea3daa98a
commit d481a5ae15

View File

@@ -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