diff --git a/.github/workflows/percy.yml b/.github/workflows/percy.yml index be69fa0df..ab214e980 100644 --- a/.github/workflows/percy.yml +++ b/.github/workflows/percy.yml @@ -8,26 +8,26 @@ on: pull_request: jobs: - run-pixel-tests-with-otp1-mock-server: - runs-on: ubuntu-latest + # run-pixel-tests-with-otp1-mock-server: + # runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - with: - # This allows us to work with the repository during the lint step - fetch-depth: 2 - - name: Use Node.js 16.x - uses: actions/setup-node@v1 - with: - node-version: 16.x - - name: Install npm packages using cache - uses: bahmutov/npm-install@v1 - - name: Take Percy Snapshots - # Move everything from latest commit back to staged - run: npx percy exec -- npx jest percy/percy.test.js --force-exit - env: - PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }} - HAR_URL: ${{ secrets.PERCY_HAR_URL }} + # steps: + # - uses: actions/checkout@v2 + # with: + # # This allows us to work with the repository during the lint step + # fetch-depth: 2 + # - name: Use Node.js 16.x + # uses: actions/setup-node@v1 + # with: + # node-version: 16.x + # - name: Install npm packages using cache + # uses: bahmutov/npm-install@v1 + # - name: Take Percy Snapshots + # # Move everything from latest commit back to staged + # run: npx percy exec -- npx jest percy/percy.test.js --force-exit + # env: + # PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }} + # HAR_URL: ${{ secrets.PERCY_HAR_URL }} run-pixel-tests-with-otp2-real-server: runs-on: ubuntu-latest