Skip to content

Commit 6411f91

Browse files
authored
spearate env for running pytest and integ test (aws#124)
1 parent fa4f4e6 commit 6411f91

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

config/buildspec.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ env:
66
run_pytest_pytorch: "enable"
77
run_pytest_mxnet: "enable"
88
run_pytest_tensorflow: "enable"
9-
run_pytest_xgboost: "disable"
9+
run_pytest_xgboost: "enable"
10+
run_integration_pytest_pytorch: "enable"
11+
run_integration_pytest_mxnet: "enable"
12+
run_integration_pytest_tensorflow: "enable"
13+
run_integration_pytest_xgboost: "disable"
1014
phases:
1115
install:
1216
commands:

0 commit comments

Comments
 (0)