This commit is contained in:
Elio Bischof
2024-10-19 00:11:42 +02:00
parent 083bf5a0a5
commit 8290a6bae3

View File

@@ -85,7 +85,7 @@ jobs:
if: ${{ matrix.command == 'test:acceptance' }} if: ${{ matrix.command == 'test:acceptance' }}
- name: Install Playwright Browsers - name: Install Playwright Browsers
run: sudo pnpm exec playwright install --with-deps run: pnpm exec playwright install --with-deps
if: ${{ matrix.command == 'test:acceptance' }} if: ${{ matrix.command == 'test:acceptance' }}
- name: Set up Docker Buildx - name: Set up Docker Buildx