File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 11name : Run tests on push and pull request
22
3- on : [push, pull-request ]
3+ on : [push, pull_request ]
44
55jobs :
66 setup :
77 runs-on : ubuntu-latest
8- steps :
8+ steps :
99 - name : Add hosts to /etc/hosts
10+ env :
11+ ACTIONS_ALLOW_UNSECURE_COMMANDS : true
1012 run : |
1113 sudo echo "api.circles.local" | sudo tee -a /etc/hosts
1214 sudo echo "graph.circles.local" | sudo tee -a /etc/hosts
2426 cp .env.example .env
2527
2628 - name : Container setup via docker-compose and migrate contracts
27- uses : docker
2829 run : |
2930 make build
3031 make up
3536 run : make up
3637
3738 # - name: Copy core configs
38- # run: |
39- # cd $TRAVIS_BUILD_DIR
40- # cp .env.example .env
39+ # run: |
40+ # cd $TRAVIS_BUILD_DIR
41+ # cp .env.example .env
4142
4243 test :
4344 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments