Skip to content

Commit

Permalink
removing lerna bootstrap invocation from gha
Browse files Browse the repository at this point in the history
  • Loading branch information
ashin-bluehalo committed Feb 7, 2024
1 parent c5e2b64 commit e700203
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
node-version: '20'

- name: Install Dependencies
run: yarn install;
yarn bootstrap
run: yarn install

- name: Run Linters
run: yarn lint
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
node-version: '20'

- name: Install Dependencies
run: yarn install;
yarn bootstrap
run: yarn install

- name: Run Tests
run: yarn test

0 comments on commit e700203

Please sign in to comment.