Skip to content

Commit 6cd8ac5

Browse files
ci: fix
1 parent 76f9255 commit 6cd8ac5

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ jobs:
3535
node-version: ${{ matrix.node-version }}
3636

3737
- name: Install dependencies
38-
run: |
39-
yarn
40-
yarn run lerna bootstrap
38+
run: yarn
4139

4240
- name: Build
4341
run: yarn build
@@ -84,15 +82,13 @@ jobs:
8482
if: matrix.webpack-version == '4'
8583
run: yarn add -W webpack@${{ matrix.webpack-version }}
8684

87-
- name: Build and Bootstrap
88-
run: |
89-
yarn build:ci
90-
yarn run lerna bootstrap
85+
- name: Prepare environment for tests
86+
run: yarn build:ci
9187

92-
- name: Run Smoketests
88+
- name: Run smoketests
9389
run: yarn test:smoketests
9490

95-
- name: Test and Generate Coverage
91+
- name: Run tests and generate coverage
9692
run: |
9793
yarn prepsuite
9894
yarn test:coverage

0 commit comments

Comments
 (0)