refactor(cicd): Adapte le script pour utiliser des paramètres CLI
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user