Skip to content

Commit

Permalink
CI: add a test case for create account
Browse files Browse the repository at this point in the history
  • Loading branch information
janedegtiareva committed May 23, 2019
1 parent 29836a2 commit 4ac895d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/new_project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ npm install
npm uninstall near-shell
npm install ../
NODE_ENV=development npm run test
timestamp=$(date +%s)
testaccount=testaccount$timestamp
../bin/near create_account --account_id $testaccount
#//../bin/near deploy --contract_name $testaccount

0 comments on commit 4ac895d

Please sign in to comment.