Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,13 @@ you must first `git checkout` the commit that you want to test.
npx @aws-actions/codebuild-run-build -p ProjectName -r remoteName
```

Note: If the above command returns a 404 error, you might need to add the package manually.
```
npm install git@github.com:aws-actions/aws-codebuild-run-build.git
# OR
yard add git@github.com:aws-actions/aws-codebuild-run-build.git
```

This will use whatever commit you have checked out
and push to a temporary branch in the specified remote.
Then kick off the build
Expand Down