Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions .github/workflows/cypress-snapshot-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/npm-audit-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
Loading