Skip to content

add tests to pipelines, make arm64, python3.12 #1

add tests to pipelines, make arm64, python3.12

add tests to pipelines, make arm64, python3.12 #1

Workflow file for this run

name: 'Quality Check'
on:
push
permissions:
contents: read
defaults:
run:
shell: bash
concurrency:
group: ${{ github.ref }}
env:
RUNNER_IMAGE_NAME: github-runner-image
jobs:
Check-Code:
name: Deploy Terraform
runs-on: ubuntu-22.04
environment: production
steps:
- name: Checkout Branch
uses: actions/checkout@v3
- name: Build Runner Image
run: make build-runner-image
- name: Run Terraform Lint
run: make run-command-in-container-lint-terraform
- name: Run Tests
run: make run-command-in-container-run-tests