Skip to content

Commit 79effed

Browse files
Antreesybackportbot[bot]
authored andcommitted
chore: update update-nextcloud-openapi workflow
chore: update update-nextcloud-openapi workflow - adjust to using branch matrix - deduplicate 'server checkout' step - remove patch (local workflow, redundant) - add stable34 to matrix Assisted-by: ClaudeCode:claude-opus-4-8 Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com> [skip ci]
1 parent 21da2ba commit 79effed

2 files changed

Lines changed: 7 additions & 13 deletions

File tree

.github/workflows/update-nextcloud-openapi.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,18 @@ jobs:
7373
if: steps.checkout.outcome == 'success'
7474
run: npm i -g 'npm@${{ steps.versions.outputs.npmVersion }}'
7575

76-
- name: Install dependencies & generate types
76+
- name: Install dependencies
7777
if: steps.checkout.outcome == 'success'
7878
working-directory: apps/${{ env.APP_NAME }}
7979
env:
8080
CYPRESS_INSTALL_BINARY: 0
8181
PUPPETEER_SKIP_DOWNLOAD: true
82-
run: |
83-
npm ci
84-
npm run ts:generate-core-types --if-present
82+
run: npm ci
83+
84+
- name: Generate types
85+
if: steps.checkout.outcome == 'success'
86+
working-directory: apps/${{ env.APP_NAME }}
87+
run: npm run ts:generate-core-types
8588

8689
- name: Create Pull Request
8790
if: steps.checkout.outcome == 'success'

.github/workflows/update-nextcloud-openapi.yml.patch

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)