ci: start docker for plugin-cloud-storage e2e

This commit is contained in:
Elliot DeNolf
2024-04-22 16:59:57 -04:00
parent 8a6603b3d8
commit 99a09c49a3

View File

@@ -276,6 +276,10 @@ jobs:
path: ./*
key: ${{ github.sha }}-${{ github.run_number }}
- name: Start LocalStack
run: pnpm docker:start
if: ${{ matrix.suite == 'plugin-cloud-storage' }}
- name: Install Playwright
run: pnpm exec playwright install --with-deps