diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0f3f9827b..41c7c9546 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -62,7 +62,7 @@ jobs: - name: Install dependencies run: pnpm install --frozen-lockfile - name: Install playwright dependencies - run: pnpm exec playwright install && pnpm exec playwright install-deps + run: pnpm exec playwright install-deps && pnpm exec playwright install - name: Run tests env: PUBLIC_APPWRITE_ENDPOINT: ${{ vars.PUBLIC_APPWRITE_ENDPOINT }}