From c17b574e2664ebc81dfe77d01d29e003a6c7ec48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Obermu=CC=88ller?= Date: Wed, 27 Dec 2023 16:09:08 +0100 Subject: [PATCH] remove from github actions --- .github/workflows/storybook-chromatic.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/storybook-chromatic.yml b/.github/workflows/storybook-chromatic.yml index 4faed2ea8e0845..bebb4222fb60af 100644 --- a/.github/workflows/storybook-chromatic.yml +++ b/.github/workflows/storybook-chromatic.yml @@ -148,14 +148,6 @@ jobs: run: | pnpm test:visual-regression:stories:ci:$VARIANT --browsers ${{ matrix.browser }} --shard ${{ matrix.shard }}/$SHARD_COUNT - - name: Run @playwright/test (legacy, Chromium-only) - if: matrix.browser == 'chromium' && matrix.shard == 1 - env: - # Update snapshots for PRs on the main repo, verify on forks, which don't have access to PostHog Bot - VARIANT: ${{ github.event.pull_request.head.repo.full_name == github.repository && 'update' || 'verify' }} - run: | - pnpm test:visual-regression:legacy:ci:$VARIANT - - name: Archive failure screenshots if: ${{ failure() }} uses: actions/upload-artifact@v3