File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -19,20 +19,20 @@ jobs:
19
19
- wget -c https://goo.gl/ZzKHFv -O - | tar -xvJ -C /tmp/
20
20
- PATH="/tmp/shellcheck-latest:$PATH"
21
21
script : make check
22
- - stage : Stack Tests
22
+ - stage : Stack Unit Tests
23
23
services : docker
24
24
env : STACK=heroku-18
25
25
script : " ./tests.sh"
26
- - stage : Stack Tests
26
+ - stage : Stack Unit Tests
27
27
services : docker
28
28
env : STACK=heroku-16
29
29
script : " ./tests.sh"
30
- - stage : Stack Tests
30
+ - stage : Stack Unit Tests
31
31
services : docker
32
32
env : STACK=cedar-14
33
33
script : " ./tests.sh"
34
34
- stage : Hatchet Integration
35
- script : " rspec"
35
+ script : " bundle exec rspec"
36
36
env :
37
37
global :
38
38
- HATCHET_RETRIES=3
Original file line number Diff line number Diff line change 1
1
{
2
2
"python" : [
3
3
" heroku/python-getting-started"
4
- // "pyhatchery/x" <- namespace of python test org
5
4
]
6
5
}
You can’t perform that action at this time.
0 commit comments