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.
This commit is contained in:
Andrey Lushnikov 2021-11-09 17:15:16 -08:00 committed by GitHub
parent 12c1716fcc
commit 56521e2a49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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