Skip to content

chore(deps): update actions/checkout action to v7 (#107) #27

chore(deps): update actions/checkout action to v7 (#107)

chore(deps): update actions/checkout action to v7 (#107) #27

name: LocalStack Smoke Tests
on:
push:
branches: [localstack]
pull_request:
branches: [localstack]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
smoke-ls-mock:
name: RIE ↔ LocalStack API Smoke Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Run smoke test
run: make -C cmd/ls-mock smoke-test