Skip to content

Commit 94d425a

Browse files
committed
chore: revert changes in PR Sofie-Automation#1182 due to failing in CI
1 parent 3e873ee commit 94d425a

File tree

2 files changed

+33
-31
lines changed

2 files changed

+33
-31
lines changed

.github/workflows/node.yaml

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ jobs:
664664
else
665665
# make dependencies of `determine-npm-tag` available
666666
yarn install --mode=skip-build
667-
667+
668668
cd packages
669669
PACKAGE_NAME="@sofie-automation/shared-lib"
670670
PUBLISHED_VERSION=$(yarn npm info --json $PACKAGE_NAME | jq -c '.version' -r)
@@ -682,21 +682,22 @@ jobs:
682682
yarn build
683683
env:
684684
CI: true
685-
- name: Generate OpenAPI client library
686-
if: ${{ steps.do-publish.outputs.tag }}
687-
uses: hatamiarash7/[email protected]
688-
with:
689-
generator: typescript-fetch
690-
openapi-file: ./packages/openapi/api/actions.yaml
691-
output-dir: ./packages/openapi/client/ts
692-
command-args: -p supportsES6=true
693-
- name: Build OpenAPI client library
694-
if: ${{ steps.do-publish.outputs.tag }}
695-
run: |
696-
cd packages/openapi
697-
yarn build:main
698-
env:
699-
CI: true
685+
# Temporarily disabled due to failing in CI:
686+
# - name: Generate OpenAPI client library
687+
# if: ${{ steps.do-publish.outputs.tag }}
688+
# uses: hatamiarash7/[email protected]
689+
# with:
690+
# generator: typescript-fetch
691+
# openapi-file: ./packages/openapi/api/actions.yaml
692+
# output-dir: ./packages/openapi/client/ts
693+
# command-args: -p supportsES6=true
694+
# - name: Build OpenAPI client library
695+
# if: ${{ steps.do-publish.outputs.tag }}
696+
# run: |
697+
# cd packages/openapi
698+
# yarn build:main
699+
# env:
700+
# CI: true
700701
- name: Modify dependencies to use npm packages
701702
run: node scripts/prepublish.js
702703
- name: Publish to NPM

.github/workflows/prerelease-libs.yml

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -131,21 +131,22 @@ jobs:
131131
yarn build
132132
env:
133133
CI: true
134-
- name: Generate OpenAPI client library
135-
if: ${{ steps.do-publish.outputs.tag }}
136-
uses: hatamiarash7/[email protected]
137-
with:
138-
generator: typescript-fetch
139-
openapi-file: ./packages/openapi/api/actions.yaml
140-
output-dir: ./packages/openapi/client/ts
141-
command-args: -p supportsES6=true
142-
- name: Build OpenAPI client library
143-
if: ${{ steps.do-publish.outputs.tag }}
144-
run: |
145-
cd packages/openapi
146-
yarn build:main
147-
env:
148-
CI: true
134+
# Temporarily disabled due to failing in CI:
135+
# - name: Generate OpenAPI client library
136+
# if: ${{ steps.do-publish.outputs.tag }}
137+
# uses: hatamiarash7/[email protected]
138+
# with:
139+
# generator: typescript-fetch
140+
# openapi-file: ./packages/openapi/api/actions.yaml
141+
# output-dir: ./packages/openapi/client/ts
142+
# command-args: -p supportsES6=true
143+
# - name: Build OpenAPI client library
144+
# if: ${{ steps.do-publish.outputs.tag }}
145+
# run: |
146+
# cd packages/openapi
147+
# yarn build:main
148+
# env:
149+
# CI: true
149150
- name: Modify dependencies to use npm packages
150151
run: node scripts/prepublish.js
151152
- name: Publish to NPM

0 commit comments

Comments
 (0)