diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a845491f..5d4f5a898 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,7 +114,7 @@ jobs: - name: Run Playwright tests run: | cd helioviewer.org - npx playwright test --shard=${{matrix.shardIndex}}/${{matrix.shardTotal}} + npx playwright test --shard=${{matrix.shardIndex}}/${{matrix.shardTotal}} tests/desktop/normal/image_layers/image_layers.spec.ts - uses: actions/upload-artifact@v4 if: always() with: