Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Feb 11, 2021
1 parent 76f9255 commit 6cd8ac5
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/nodejs.yml
Expand Up @@ -35,9 +35,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install dependencies
run: |
yarn
yarn run lerna bootstrap
run: yarn

- name: Build
run: yarn build
Expand Down Expand Up @@ -84,15 +82,13 @@ jobs:
if: matrix.webpack-version == '4'
run: yarn add -W webpack@${{ matrix.webpack-version }}

- name: Build and Bootstrap
run: |
yarn build:ci
yarn run lerna bootstrap
- name: Prepare environment for tests
run: yarn build:ci

- name: Run Smoketests
- name: Run smoketests
run: yarn test:smoketests

- name: Test and Generate Coverage
- name: Run tests and generate coverage
run: |
yarn prepsuite
yarn test:coverage
Expand Down

0 comments on commit 6cd8ac5

Please sign in to comment.