diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c10c2084b9a80a..5e4e43a5c44706 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -223,41 +223,6 @@ jobs: name: renovate-package path: renovate-0.0.0-semantic-release.tgz - - test-e2e: - needs: [build] - runs-on: 'ubuntu-latest' - timeout-minutes: 7 - - if: github.event.pull_request.draft != true - - steps: - - name: Checkout code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - with: - show-progress: false - - - name: Setup pnpm - uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0 - with: - standalone: true - - - name: Setup Node.js - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 - with: - node-version: ${{ env.NODE_VERSION }} - - - name: Download package - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 - with: - name: renovate-package - - - name: Install dependencies - run: pnpm test-e2e:install - - - name: E2E Test - run: pnpm test-e2e:run - release: needs: - setup-build