ci: exclude e2e.test.ts from CI unit run (needs live backend API_BASE)
This commit is contained in:
@@ -42,7 +42,8 @@ jobs:
|
||||
working-directory: services/backend
|
||||
run: |
|
||||
./node_modules/.bin/tsc --noEmit
|
||||
./node_modules/.bin/vitest run
|
||||
# e2e.test.ts requires a live backend (API_BASE) — run unit tests only
|
||||
./node_modules/.bin/vitest run --exclude "src/e2e.test.ts"
|
||||
|
||||
- name: Install deps (discord-gateway)
|
||||
working-directory: services/discord-gateway
|
||||
|
||||
Reference in New Issue
Block a user