Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MBudreviciusBentley committed Nov 25, 2024
1 parent 1926aa4 commit 01a7dce
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: npm run cover
working-directory: ui/appui-react

extract-api:
cspell:
runs-on: ubuntu-latest
steps:
- name: Checkout branch
Expand All @@ -62,23 +62,10 @@ jobs:
run: |
git config --local user.email [email protected]
git config --local user.name imodeljs-admin
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 18

- name: Rush install
run: node common/scripts/install-run-rush.js install

- name: Rush build
run: node common/scripts/install-run-rush.js build -v -p max --to-version-policy prerelease-monorepo-lockStep

- name: Rush extract-api
run: node common/scripts/install-run-rush.js extract-api

- name: Publish extracted api
uses: actions/upload-artifact@v4
with:
name: extracted-api
path: common/api
- name: Rush cspell
run: node common/scripts/install-run-rush.js cspell

0 comments on commit 01a7dce

Please sign in to comment.