ci: pnpm docker:start

This commit is contained in:
Elliot DeNolf
2023-11-28 16:24:29 -05:00
parent a895aee8b1
commit f0f1dbdcb0

View File

@@ -114,10 +114,7 @@ jobs:
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
run: pnpm docker:start
- name: Start PostgreSQL
uses: CasperWA/postgresql-action@v1.2