fix(ci): resolve date-buckets timezone + Testcontainers Docker failures (#476) #494

Merged
marcel merged 4 commits from fix/issue-476-ci-failures into main 2026-05-09 16:08:49 +02:00
Showing only changes of commit ac999066dd - Show all commits

View File

@@ -39,6 +39,8 @@ jobs:
- name: Run unit and component tests
run: npm test
working-directory: frontend
env:
TZ: Europe/Berlin
- name: Build frontend
run: npm run build