WIP: Vendoo 1.44.0 – UX Foundation & Guided Workspaces #29
@@ -29,14 +29,8 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Node.js 22 aktivieren
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '22.x'
|
||||
cache: npm
|
||||
|
||||
- name: Abhängigkeiten reproduzierbar installieren
|
||||
run: npm ci
|
||||
- name: Runner-Node und Plattform dokumentieren
|
||||
run: node -e "const fs=require('fs'); fs.mkdirSync('artifacts',{recursive:true}); const report='Platform: '+process.platform+'\nNode: '+process.version+'\nArchitecture: '+process.arch+'\n'; fs.writeFileSync('artifacts/ux-platform-preflight.log',report); process.stdout.write(report);"
|
||||
|
||||
- name: Navigation API und Safe Actions prüfen
|
||||
run: node tools/run-ux-platform-gates.mjs
|
||||
@@ -46,6 +40,8 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ux-platform-${{ matrix.os }}-${{ github.event.pull_request.head.sha || github.sha }}
|
||||
path: artifacts/ux-platform-gates.log
|
||||
if-no-files-found: error
|
||||
path: |
|
||||
artifacts/ux-platform-preflight.log
|
||||
artifacts/ux-platform-gates.log
|
||||
if-no-files-found: warn
|
||||
retention-days: 14
|
||||
|
||||
Reference in New Issue
Block a user