We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76f9255 commit 6cd8ac5Copy full SHA for 6cd8ac5
1 file changed
.github/workflows/nodejs.yml
@@ -35,9 +35,7 @@ jobs:
35
node-version: ${{ matrix.node-version }}
36
37
- name: Install dependencies
38
- run: |
39
- yarn
40
- yarn run lerna bootstrap
+ run: yarn
41
42
- name: Build
43
run: yarn build
@@ -84,15 +82,13 @@ jobs:
84
82
if: matrix.webpack-version == '4'
85
83
run: yarn add -W webpack@${{ matrix.webpack-version }}
86
87
- - name: Build and Bootstrap
88
89
- yarn build:ci
90
+ - name: Prepare environment for tests
+ run: yarn build:ci
91
92
- - name: Run Smoketests
+ - name: Run smoketests
93
run: yarn test:smoketests
94
95
- - name: Test and Generate Coverage
+ - name: Run tests and generate coverage
96
run: |
97
yarn prepsuite
98
yarn test:coverage
0 commit comments