fix(ci): install jsdom in frontend workflow before vitest
All checks were successful
CI Pipeline / Backend Build & Test (push) Successful in 1m7s
CI Pipeline / Frontend Lint, Test & Build (push) Successful in 57s
CI Pipeline / Infrastructure Validation (push) Successful in 3s

This commit is contained in:
WorkClub Automation
2026-03-06 22:39:48 +01:00
parent 4db56884df
commit cf79778466

View File

@@ -97,6 +97,10 @@ jobs:
working-directory: ./frontend
run: bun run lint
- name: Install jsdom for Vitest
working-directory: ./frontend
run: bun add -d jsdom
- name: Run unit tests
working-directory: ./frontend
run: bun run test