diff --git a/.github/workflows/codebuild-pr-test.yml b/.github/workflows/codebuild-pr-test.yml new file mode 100644 index 0000000000000..2f0a95255baff --- /dev/null +++ b/.github/workflows/codebuild-pr-test.yml @@ -0,0 +1,10 @@ +- name: Configure AWS Credentials + uses: aws-actions/configure-aws-credentials@v1 + with: + aws-access-key-id: ${{ secrets.PR_TEST_ACCESS_KEY_ID }} + aws-secret-access-key: ${{ secrets.PR_TEST_SECRET_ACCESS_KEY }} + aws-region: us-west-2 +- name: Run CodeBuild + uses: aws-actions/aws-codebuild-run-project@v1.0.2 + with: + project-name: aws-sdk-js-modular-pr-test \ No newline at end of file