Skip to content

Commit

Permalink
lint & build
Browse files Browse the repository at this point in the history
  • Loading branch information
rmagur1203 committed Oct 16, 2024
1 parent b57f65e commit 2d4a34a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,8 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: echo $ACCESS_TOKEN_SECRET
- run: yarn global add lerna
- run: lerna bootstrap
- run: lerna run lint
- run: corepack up
- run: pnpm lint
- name: Archive npm failure logs
uses: actions/upload-artifact@v4
if: failure()
Expand All @@ -99,9 +97,8 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: yarn global add lerna
- run: lerna bootstrap
- run: lerna run build
- run: corepack up
- run: pnpm build
- name: Archive npm failure logs
uses: actions/upload-artifact@v4
if: failure()
Expand Down

0 comments on commit 2d4a34a

Please sign in to comment.