File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed
Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 4545 - name : Build Docker Images
4646 run : make build-docker-images
4747
48+ - name : Integration Tests
49+ if : github.event_name == 'push'
50+ run : make integ-test
51+ env :
52+ AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
53+ AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
54+ AWS_SESSION_TOKEN : ${{ secrets.AWS_SESSION_TOKEN }}
55+ AWS_REGION : ${{ secrets.AWS_REGION }}
56+
4857 release :
4958 name : Release
5059 runs-on : ubuntu-20.04
Original file line number Diff line number Diff line change @@ -93,9 +93,13 @@ sync-readme-to-dockerhub:
9393unit-test :
9494 go test -bench=. ${MAKEFILE_PATH} /... -v -coverprofile=coverage.out -covermode=atomic -outputdir=${BUILD_DIR_PATH}
9595
96+ # # requires aws credentials
9697e2e-test : build
9798 ${MAKEFILE_PATH} /test/e2e/run-test
9899
100+ # # requires aws credentials
101+ integ-test : e2e-test output-validation-test readme-codeblock-test
102+
99103homebrew-sync-dry-run :
100104 ${MAKEFILE_PATH} /scripts/sync-to-aws-homebrew-tap -d -b ${BIN} -r ${REPO_FULL_NAME} -p ${SUPPORTED_PLATFORMS} -v ${LATEST_RELEASE_TAG}
101105
Original file line number Diff line number Diff line change 33<h4 >A CLI tool and go library which recommends instance types based on resource criteria like vcpus and memory.</h4 >
44
55<p >
6- <a href =" https://golang.org/doc/go1.15 " >
6+ <a href =" https://golang.org/doc/go1.16 " >
77 <img src="https://img.shields.io/github/go-mod/go-version/aws/amazon-ec2-instance-selector?color=blueviolet" alt="go-version">
88 </a >
99 <a href =" https://opensource.org/licenses/Apache-2.0 " >
You can’t perform that action at this time.
0 commit comments