Skip to content

Commit

Permalink
fix schematic
Browse files Browse the repository at this point in the history
  • Loading branch information
flotwig committed Nov 8, 2021
1 parent bb002b5 commit b3e3cc1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1484,11 +1484,15 @@ jobs:
working_directory: npm/cypress-schematic
- run:
name: Launch
command: yarn launch:test
command: |
. ../../scripts/load-nvm.sh
yarn launch:test
working_directory: npm/cypress-schematic
- run:
name: Run unit tests
command: yarn test
command: |
. ../../scripts/load-nvm.sh
yarn test
working_directory: npm/cypress-schematic
- store-npm-logs

Expand Down

0 comments on commit b3e3cc1

Please sign in to comment.