From e1add156046a45bf6934ae95b69183e8da694eff Mon Sep 17 00:00:00 2001 From: Prabhu Murthy Date: Fri, 2 Sep 2022 17:07:06 +0530 Subject: [PATCH] disabling percy momentarily --- .github/workflows/percy.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/workflows/percy.yml diff --git a/.github/workflows/percy.yml b/.github/workflows/percy.yml deleted file mode 100644 index 605612caf..000000000 --- a/.github/workflows/percy.yml +++ /dev/null @@ -1,29 +0,0 @@ -# This workflow will do a clean install of node dependencies, cache/restore them, build the source code and run tests across different versions of node -# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions - -name: Percy - -on: - push: - branches: [master] - -jobs: - percy: - runs-on: ubuntu-latest - - strategy: - matrix: - node-version: [16.x] - # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ - - steps: - - uses: actions/checkout@v2 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 - with: - node-version: ${{ matrix.node-version }} - - run: npx pnpm install --frozen-lockfile - - run: npx pnpm run build-story - - - name: Build and upload snapshots to Percy - run: npx pnpm percy