refactor(cicd): Adapte le script pour utiliser des paramètres CLI
Some checks failed
Wallset Pipeline / detect-changes (pull_request) Successful in 15s
Wallset Pipeline / gen-manifest (pull_request) Failing after 19s

This commit is contained in:
2025-07-12 16:00:34 +02:00
parent 086c93e8ea
commit 834e335b4e
2 changed files with 12 additions and 6 deletions

View File

@@ -38,7 +38,6 @@ jobs:
strategy:
matrix:
pack: ${{ fromJson(needs.detect-changes.outputs.changed) }}
name: Generate and Check manifest of ${{ matrix.pack }}
steps:
- uses: actions/checkout@v4
@@ -52,5 +51,5 @@ jobs:
run: |
cd src/
npm install
npm run start -- "assets/${{ matrix.pack }}"
npm run start -- ${ENTRY_FOLDER} ${{ matrix.pack }}
cat ../${ENTRY_FOLDER}/${{ matrix.pack }}/theme.json