Skip to content

Commit

Permalink
Update jest-tests-runner.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
devnaumov committed Aug 25, 2022
1 parent f3dbdc9 commit 6e9eb1a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/jest-tests-runner.yml
Expand Up @@ -24,11 +24,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '16'
- name: Install dependecies
run: npm install --legacy-peer-deps
- name: Install lerna
run: npm install lerna -g
- run: npm install --legacy-peer-deps
- run: npm install lerna -g
- run: lerna bootstrap
- name: Run tests
- run: lerna run test --no-bail --stream -- --reporters default github-actions

0 comments on commit 6e9eb1a

Please sign in to comment.