From 995b51fc72ca90e104b363761eade005bcbed2af Mon Sep 17 00:00:00 2001 From: Marc Pichler Date: Mon, 29 Sep 2025 16:28:11 +0200 Subject: [PATCH] ci(test): allow install scripts in test workflow --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1e9deeeb4c..be4d3e4ab4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -195,7 +195,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Install - run: npm ci --ignore-scripts + run: npm ci - name: Download Build Artifacts uses: actions/download-artifact@v5 with: