Skip to content

Commit

Permalink
Fix ci (#59)
Browse files Browse the repository at this point in the history
Fix some of the CI problems.
  • Loading branch information
ilblackdragon committed Jun 27, 2019
1 parent 2ba3d2f commit 0597871
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
13 changes: 4 additions & 9 deletions .gitlab-ci.yml
Expand Up @@ -5,13 +5,8 @@ stages:

run_tests:
stage: test
tags:
- gcloud
script:
- node --version
- npm --version
- env
#- npm install github:nearprotocol/nearlib#nightshade
#- ls -lh node_modules/nearlib
- npm install
- ./bin/near state test.near
#- npm install
#- npm run test
- npm install
- NODE_ENV=development npm run test
3 changes: 1 addition & 2 deletions test/new_project.sh
Expand Up @@ -7,8 +7,7 @@ rm -rf tmp-project
# test generating new project in cwd
mkdir tmp-project
cd tmp-project
npm install -g ../
near new_project
../bin/near new_project
npm install
npm remove near-shell
npm install ../
Expand Down

0 comments on commit 0597871

Please sign in to comment.