diff --git a/.github/workflows/cypress-snapshot-update.yml b/.github/workflows/cypress-snapshot-update.yml index 6e7600d19..e47722242 100644 --- a/.github/workflows/cypress-snapshot-update.yml +++ b/.github/workflows/cypress-snapshot-update.yml @@ -13,8 +13,9 @@ jobs: strategy: fail-fast: false matrix: - branches: ["main", "master", "stable27", "stable26"] - +# branches: ["main", "master", "stable27", "stable26"] + branches: ["ionos-dev"] + name: cypress-snapshot-update-${{ matrix.branches }} steps: @@ -38,6 +39,11 @@ jobs: - name: Set up npm ${{ steps.versions.outputs.npmVersion }} run: npm i -g npm@"${{ steps.versions.outputs.npmVersion }}" + - name: Install IONOS dependencies + run: | + echo "install dependencies from stable30 as fallback" \ + npm install @mdi/svg@^7.4.47 @nextcloud/vue@^8.22.0 vue-material-design-icons@^5.3.1 + - name: Install dependencies run: npm ci diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml index 0e7ba4b5d..de184aec2 100644 --- a/.github/workflows/npm-audit-fix.yml +++ b/.github/workflows/npm-audit-fix.yml @@ -21,7 +21,8 @@ jobs: strategy: fail-fast: false matrix: - branches: ['main', 'master', 'stable29', 'stable28', 'stable27'] +# branches: ['main', 'master', 'stable29', 'stable28', 'stable27'] + branches: ['ionos-dev'] name: npm-audit-fix-${{ matrix.branches }}