Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1085c14594 | |||
| df72fd9439 | |||
| 66b833b68b | |||
| 65b46386a1 | |||
| 09fb6c1ec0 |
@@ -1,6 +1,11 @@
|
|||||||
name: CI - Build & Test
|
name: CI - Build & Test
|
||||||
run-name: 🔍 CI ${{ gitea.ref_name }} by @${{ gitea.actor }}
|
run-name: 🔍 CI ${{ gitea.ref_name }} by @${{ gitea.actor }}
|
||||||
|
|
||||||
|
# ── Concurrency: cancel in-progress CI when new push arrives ──
|
||||||
|
concurrency:
|
||||||
|
group: ci-${{ gitea.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
@@ -49,8 +54,10 @@ jobs:
|
|||||||
corepack enable
|
corepack enable
|
||||||
corepack prepare pnpm@latest --activate
|
corepack prepare pnpm@latest --activate
|
||||||
|
|
||||||
|
# --prefer-offline: use cached packages if available in the runner image
|
||||||
|
# Lockfile IS committed — regenerated on changes via pnpm install.
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm install --no-frozen-lockfile
|
run: pnpm install --no-frozen-lockfile --prefer-offline
|
||||||
working-directory: frontend
|
working-directory: frontend
|
||||||
|
|
||||||
- name: Type check
|
- name: Type check
|
||||||
|
|||||||
+1
-2
@@ -30,5 +30,4 @@ docker-compose.override.yml
|
|||||||
*.tmp
|
*.tmp
|
||||||
*.bak
|
*.bak
|
||||||
|
|
||||||
# pnpm
|
# pnpm (lockfile IS committed for reproducible CI builds)
|
||||||
pnpm-lock.yaml
|
|
||||||
|
|||||||
Generated
+1442
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user