Skip to content

Commit

Permalink
Switch to use npm for testing in CI: runs prepare step for nearlib
Browse files Browse the repository at this point in the history
  • Loading branch information
ilblackdragon committed Jun 19, 2019
1 parent 3942669 commit f2d837d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Expand Up @@ -6,5 +6,5 @@ stages:
run_tests:
stage: test
script:
- yarn
- yarn test
- npm install
- npm run test

0 comments on commit f2d837d

Please sign in to comment.