diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb0c7c002..68ea0be6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,13 +90,8 @@ jobs: - name: Test run: pnpm run test - - name: Fetch all branches to container - run: git fetch --all - - name: E2E run: pnpm run test:e2e - env: - HOME: /root - name: Upload HTML report if: always()