Skip to content

Bump the cicd group across 1 directory with 4 updates #91

Bump the cicd group across 1 directory with 4 updates

Bump the cicd group across 1 directory with 4 updates #91

Workflow file for this run

name: 🔬 Test
on:
pull_request:
# Concurrency ensures only the latest push for this PR will run at a time
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
terratest:
name: "terratest"
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: make test