diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a5224920..b2a6f1de5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,8 +51,6 @@ jobs: - name: Set permission run: chmod -R 777 /usr/local - # - run: chmod -R 777 /root/.config/git - - name: Install dependencies run: pnpm install --frozen-lockfile --ignore-scripts env: @@ -87,6 +85,8 @@ jobs: - name: E2E run: pnpm nx affected --target test:e2e + env: + HOME: /root - name: Upload HTML report if: always()