ci: add localstack setup
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user