Skip to content

Commit

Permalink
Add test settings file to init with on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
janedegtiareva committed Apr 21, 2020
1 parent 62b8288 commit e306f5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/index.sh
@@ -1,5 +1,7 @@
#!/bin/bash
OVERALL_RESULT=0
mdkir ~/.near-config
cp ./test/testsettings ~/.near-config/settings
for test in ./test/test_*; do
echo ""
echo "Running $test"
Expand Down
1 change: 1 addition & 0 deletions test/testsettings
@@ -0,0 +1 @@
{"trackingEnaled":false}

0 comments on commit e306f5c

Please sign in to comment.