Skip to content

AWS Elastic Kubernetes Service Kubernetes 1.28 Update #548

AWS Elastic Kubernetes Service Kubernetes 1.28 Update

AWS Elastic Kubernetes Service Kubernetes 1.28 Update #548

name: Pulumi AWS Tests
on:
- pull_request
- push
jobs:
ubuntu-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
cache: 'pipenv'
python-version-file: '.python-version'
cache-dependency-path: |
pulumi/python/Pipfile.lock
- run: ./setup_venv.sh
working-directory: bin
- name: Test
working-directory: bin
run: ./test_runner.sh "/home/runner/work/kic-reference-architectures/kic-reference-architectures"
- run: mkdir -p /home/runner/.local/share/virtualenvs
macos-tests:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
cache: 'pipenv'
python-version-file: '.python-version'
cache-dependency-path: |
pulumi/python/Pipfile.lock
- run: ./setup_venv.sh
working-directory: bin
- name: Test
working-directory: bin
run: ./test_runner.sh "/Users/runner/work/kic-reference-architectures/kic-reference-architectures"
- run: mkdir -p /home/runner/.local/share/virtualenvs