ci: add localstack setup

This commit is contained in:
Elliot DeNolf
2023-11-28 15:34:57 -05:00
parent b8cd1c6ba4
commit aa1dac08c1

View File

@@ -109,6 +109,12 @@ jobs:
path: ./*
key: ${{ github.sha }}-${{ github.run_number }}
- name: Start LocalStack
uses: LocalStack/setup-localstack@v0.1.2
with:
image-tag: 'latest'
configuration: SERVICES=s3 DEBUG=1 DATA_DIR=/tmp/localstack/data
- name: Start PostgreSQL
uses: CasperWA/postgresql-action@v1.2
with: