From 0c23cb71c5e64abd8b3516ec535e902d933210e2 Mon Sep 17 00:00:00 2001 From: piyush-2712 Date: Sun, 2 Feb 2025 17:41:22 +0530 Subject: [PATCH] Update pr-vrt.yml --- .github/workflows/pr-vrt.yml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/.github/workflows/pr-vrt.yml b/.github/workflows/pr-vrt.yml index a1415dc33c6f08..585ac4e28c07c4 100644 --- a/.github/workflows/pr-vrt.yml +++ b/.github/workflows/pr-vrt.yml @@ -41,29 +41,6 @@ jobs: - run: yarn install --frozen-lockfile - run: yarn playwright install --with-deps - - name: Run VR tests (generate screenshots) - run: yarn nx affected run-many -t test-vr --nxBail - - - name: Prepare VR screenshots for upload - uses: actions/github-script@v7 - id: screenshots_root - with: - script: | - const run = require('./.github/scripts/prepare-vr-screenshots-for-upload'); - const config = { - projects: ['vr-tests-web-components', 'vr-tests-react-components', 'vr-tests', 'docs'] - }; - const result = await run({github,context,core,config}); - return result; - result-encoding: string - - - name: Upload VR screenshots - uses: actions/upload-artifact@v4 - with: - name: vrscreenshot - retention-days: 1 - path: ${{steps.screenshots_root.outputs.result}} - - name: Save PR number run: echo ${{ github.event.number }} > pr.txt - uses: actions/upload-artifact@v4