File tree Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -25,20 +25,14 @@ jobs:
25
25
if : branch = master
26
26
name : Run Hatchet
27
27
script : " bundle exec rspec"
28
-
29
- matrix :
30
- include :
31
- - env : TESTFOLDER=test/run-deps
32
- - env : TESTFOLDER=test/run-deps
33
- VENDOR_URL=https://lang-python.s3.amazonaws.com/staging/$STACK
34
- - env : TESTFOLDER=test/run-versions
35
- - env : TESTFOLDER=test/run-versions
36
- VENDOR_URL=https://lang-python.s3.amazonaws.com/staging/$STACK
37
- - env : TESTFOLDER=test/run-features
38
- - env : TESTFOLDER=test/run-features
39
- VENDOR_URL=https://lang-python.s3.amazonaws.com/staging/$STACK
40
-
41
28
env :
29
+ matrix :
30
+ - TESTFOLDER=test/run-deps
31
+ - TESTFOLDER=test/run-deps VENDOR_URL=https://lang-python.s3.amazonaws.com/staging/$STACK
32
+ - TESTFOLDER=test/run-versions
33
+ - TESTFOLDER=test/run-versions VENDOR_URL=https://lang-python.s3.amazonaws.com/staging/$STACK
34
+ - TESTFOLDER=test/run-features
35
+ - TESTFOLDER=test/run-features VENDOR_URL=https://lang-python.s3.amazonaws.com/staging/$STACK
42
36
global :
43
37
- HATCHET_RETRIES=3
44
38
- IS_RUNNING_ON_CI=true
You can’t perform that action at this time.
0 commit comments