test(gameplay): add canonical loop smoke evidence (#302) #304

Merged
integrator-bot merged 3 commits from dev/issue-302-canonical-loop-evidence into main 2026-03-16 17:31:23 +01:00
Showing only changes of commit fd6e3e86e8 - Show all commits

View File

@@ -38,7 +38,10 @@ jobs:
node-version: "22"
- name: Install SPA dependencies
run: npm ci --prefix frontend/angular
run: |
npm ci --prefix frontend/angular
node -e "require('./frontend/angular/node_modules/rollup/dist/native.js')" \
|| npm install --prefix frontend/angular
- name: SPA Angular smoke tests
run: npm --prefix frontend/angular test