Skip to content

Include GitHub action on push and pr#3

Merged
carlzogh merged 1 commit intoaws:mainfrom
stefanbotez:main
Dec 3, 2020
Merged

Include GitHub action on push and pr#3
carlzogh merged 1 commit intoaws:mainfrom
stefanbotez:main

Conversation

@stefanbotez
Copy link
Copy Markdown
Contributor

Description of changes:

  • Added GitHub workflow to run the required checks on push and pr
  • Removed unnecessary -it option from codebuild_build.sh because it was causing tty error when running the GitHub action.
  • Refactored some assertions in a test in order to be compatible with GitHub Actions environment
  • Removed unnecessary /tmp path from mktemp command that was causing rights issues

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

EXTRA_ENV="${5-}"

CODEBUILD_TEMP_DIR=$(mktemp -d "${TMPDIR:-/tmp}"codebuild."$OS_DISTRIBUTION"-"$DISTRO_VERSION"-"$RUNTIME_VERSION".XXXXXXXXXX)
CODEBUILD_TEMP_DIR=$(mktemp -d codebuild."$OS_DISTRIBUTION"-"$DISTRO_VERSION"-"$RUNTIME_VERSION".XXXXXXXXXX)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OOC, what prompted this change?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nvm, missed your note about it :)

@carlzogh carlzogh merged commit 9fd926b into aws:main Dec 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants