Skip to content

Bump softprops/action-gh-release from 2.1.0 to 2.2.0 #82

Bump softprops/action-gh-release from 2.1.0 to 2.2.0

Bump softprops/action-gh-release from 2.1.0 to 2.2.0 #82

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@11bd71901bbe5b1630ceea73d27597364c9af683
- 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