From d481a5ae152838f7d967f4f590ef58de641e0235 Mon Sep 17 00:00:00 2001 From: cte Date: Fri, 31 Jan 2025 14:56:57 -0800 Subject: [PATCH] Check env.integration file --- .github/workflows/code-qa.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/code-qa.yml b/.github/workflows/code-qa.yml index 9aef31a..fdaa939 100644 --- a/.github/workflows/code-qa.yml +++ b/.github/workflows/code-qa.yml @@ -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