Skip to content

Commit

Permalink
ci: poc 1 [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakutoc committed Apr 5, 2024
1 parent 719257a commit 536d559
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/POC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
icons:
runs-on: macos-latest
environment: sdds

env:
lerna-scope: '--scope="@salutejs/plasma-icons"'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -42,13 +43,15 @@ jobs:
working-directory: ./plasma
run: npm ci

- name: Install plasma-icons
working-directory: ./plasma
run: |
npx lerna bootstrap ${{ env.lerna-scope }}
- name: Generate iOS icons
working-directory: ./plasma
env:
scope: '--scope="@salutejs/plasma-icons"'
run: |
npx lerna bootstrap ${{ env.scope }}
npx lerna ${{ env.scope }} run generate:ios
npx lerna ${{ env.lerna-scope }} run generate:ios
- name: ls
working-directory: ./plasma
Expand Down

0 comments on commit 536d559

Please sign in to comment.