Just run from the base container first #2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CodeBuild Runner POC | |
| on: [push] | |
| jobs: | |
| custom-container-test: | |
| runs-on: | |
| - codebuild-RossGhRunnerPoc-${{ github.run_id }}-${{ github.run_attempt }} | |
| # - instance-size:small | |
| # - image:501215020883.dkr.ecr.eu-central-1.amazonaws.com/gha-runner/ross-poc:latest | |
| steps: | |
| - run: echo "Hello World!" |