Skip to content

Commit 138921c

Browse files
committed
fix: Fix CI workflow in github (missing test:coverage) and remove unused variables
1 parent fe1ef9a commit 138921c

3 files changed

Lines changed: 502 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,6 @@ jobs:
149149

150150
- name: Run TypeScript tests with coverage
151151
run: npm run test:coverage
152-
env:
153-
LANG: en_AU.UTF-8
154152

155153
- name: Upload TypeScript coverage reports
156154
uses: actions/upload-artifact@v4
@@ -228,7 +226,6 @@ jobs:
228226
uv run pytest tests/integration/ -v
229227
env:
230228
ENVIRONMENT: test
231-
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
232229

233230
- name: Stop Supabase
234231
if: always()
@@ -305,8 +302,6 @@ jobs:
305302

306303
- name: Run E2E tests with isolated Supabase
307304
run: npm run test:e2e
308-
env:
309-
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
310305

311306
- name: Upload test results
312307
if: failure()

0 commit comments

Comments
 (0)