File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,20 @@ 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
+
28
41
env :
29
- matrix :
30
- - TESTFOLDER=test/run-deps
31
- - TESTFOLDER=test/run-versions
32
- - TESTFOLDER=test/run-features
33
42
global :
34
43
- HATCHET_RETRIES=3
35
44
- IS_RUNNING_ON_CI=true
You can’t perform that action at this time.
0 commit comments