Skip to content

Commit

Permalink
test(percy): remove OTP1 snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
miles-grant-ibigroup committed Dec 20, 2022
1 parent f686b9b commit bd7d52d
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/percy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bd7d52d

Please sign in to comment.