File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55
55
- name : Run Codestyle & Doc Tests
56
56
uses : aws-actions/aws-codebuild-run-build@v1
57
57
with :
58
- project-name : sagemaker-python-sdk -ci-codestyle-doc-tests
58
+ project-name : ${{ github.event.repository.name }} -ci-codestyle-doc-tests
59
59
source-version-override : ' refs/pull/${{ github.event.pull_request.number }}/head^{${{ github.event.pull_request.head.sha }}}'
60
60
unit-tests :
61
61
runs-on : ubuntu-latest
74
74
- name : Run Unit Tests
75
75
uses : aws-actions/aws-codebuild-run-build@v1
76
76
with :
77
- project-name : sagemaker-python-sdk -ci-unit-tests
77
+ project-name : ${{ github.event.repository.name }} -ci-unit-tests
78
78
source-version-override : ' refs/pull/${{ github.event.pull_request.number }}/head^{${{ github.event.pull_request.head.sha }}}'
79
79
env-vars-for-codebuild : |
80
80
PY_VERSION
93
93
- name : Run Integ Tests
94
94
uses : aws-actions/aws-codebuild-run-build@v1
95
95
with :
96
- project-name : sagemaker-python-sdk -ci-integ-tests
96
+ project-name : ${{ github.event.repository.name }} -ci-integ-tests
97
97
source-version-override : ' refs/pull/${{ github.event.pull_request.number }}/head^{${{ github.event.pull_request.head.sha }}}'
You can’t perform that action at this time.
0 commit comments