From 56521e2a49c4571d23bbeeb3ca83afe5d2dcbe01 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Tue, 9 Nov 2021 17:15:16 -0800 Subject: [PATCH] chore: remove vtest bot (#10202) Visual regression tests did not survive a week and got merged back. Remove the bot since there are no tests to run. --- .github/workflows/tests_primary.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.github/workflows/tests_primary.yml b/.github/workflows/tests_primary.yml index c3e1f184ba..780c62c849 100644 --- a/.github/workflows/tests_primary.yml +++ b/.github/workflows/tests_primary.yml @@ -72,24 +72,3 @@ jobs: - run: xvfb-run npm run ttest if: matrix.os == 'ubuntu-latest' - test_runner_vrt: - name: Test Runner Visual Regression Testing - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 - with: - node-version: 12 - - run: npm i -g npm@8 - - run: npm ci - env: - DEBUG: pw:install - - run: npm run build - - run: npx playwright install docker-image - working-directory: tests/playwright-test/stable-test-runner/ - - run: npm run vtest - - uses: actions/upload-artifact@v1 - if: ${{ always() }} - with: - name: visual-regression-testing - path: test-results