Skip to content

Bump reviewdog/action-actionlint from 1.53.0 to 1.54.0 #71

Bump reviewdog/action-actionlint from 1.53.0 to 1.54.0

Bump reviewdog/action-actionlint from 1.53.0 to 1.54.0 #71

Workflow file for this run

name: Run test jobs
on:
pull_request:
workflow_call:
concurrency:
group: test-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
mockstacktest:
runs-on: ubuntu-latest
steps:
- name: Clone this git repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Install docker-compose
run: make docker-compose/install
- name: Start the mock AWS stack
run: make mockstack/up
- name: Apply Terraform test configs in mock AWS stack
run: make mockstack/pytest
- name: Cleanup the mock AWS stack
run: make mockstack/clean