File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5555 - name : Run Codestyle & Doc Tests
5656 uses : aws-actions/aws-codebuild-run-build@v1
5757 with :
58- project-name : sagemaker-python-sdk -ci-codestyle-doc-tests
58+ project-name : ${{ github.event.repository.name }} -ci-codestyle-doc-tests
5959 source-version-override : ' refs/pull/${{ github.event.pull_request.number }}/head^{${{ github.event.pull_request.head.sha }}}'
6060 unit-tests :
6161 runs-on : ubuntu-latest
7474 - name : Run Unit Tests
7575 uses : aws-actions/aws-codebuild-run-build@v1
7676 with :
77- project-name : sagemaker-python-sdk -ci-unit-tests
77+ project-name : ${{ github.event.repository.name }} -ci-unit-tests
7878 source-version-override : ' refs/pull/${{ github.event.pull_request.number }}/head^{${{ github.event.pull_request.head.sha }}}'
7979 env-vars-for-codebuild : |
8080 PY_VERSION
9393 - name : Run Integ Tests
9494 uses : aws-actions/aws-codebuild-run-build@v1
9595 with :
96- project-name : sagemaker-python-sdk -ci-integ-tests
96+ project-name : ${{ github.event.repository.name }} -ci-integ-tests
9797 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