Skip to content

Commit

Permalink
chore(azure-pipelines): split scripts into separate steps (#8831)
Browse files Browse the repository at this point in the history
still testing stuff
  • Loading branch information
pieh authored and DSchau committed Oct 5, 2018
1 parent 8cb663f commit bf0427c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions azure-pipelines.yml
Expand Up @@ -12,7 +12,5 @@ steps:
versionSpec: "8.x"
displayName: "Install Node.js"

- script: |
yarn bootstrap
yarn test
displayName: "unit_tests_node8"
- script: yarn bootstrap
- script: yarn test

0 comments on commit bf0427c

Please sign in to comment.