2 Commits
Author SHA1 Message Date
Ninosaurier 35747ec681 ci: trigger workflow on all branch pushes and fix component tests setup
- Changed push branch filter to wildcard '*' to test feature branches before merging
- Kept the missing pnpm/node setup fix for the component-tests job
2026-08-02 14:33:03 +02:00
Ninosaurier 6d1aeb6ee2 ci: trigger workflow on all branch pushes and fix component tests setup
- Changed push branch filter to wildcard '*' to test feature branches before merging
- Kept the missing pnpm/node setup fix for the component-tests job
2026-08-02 14:32:24 +02:00
+2 -1
View File
@@ -2,7 +2,7 @@ name: CI
on: on:
push: push:
branches: [dev, main] branches: ['*']
pull_request: pull_request:
branches: [dev, main] branches: [dev, main]
@@ -77,6 +77,7 @@ jobs:
- run: corepack prepare pnpm@11.11.0 --activate - run: corepack prepare pnpm@11.11.0 --activate
- run: pnpm install --frozen-lockfile - run: pnpm install --frozen-lockfile
# ========================================================
- name: Run component tests (Docker) - name: Run component tests (Docker)
run: pnpm test:component run: pnpm test:component