Skip to content

add update payment details cypress test for Guardian Light #2707

add update payment details cypress test for Guardian Light

add update payment details cypress test for Guardian Light #2707

Workflow file for this run

name: Chromatic
on:
push:
branches-ignore:
- "dependabot/**"
jobs:
chromatic:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2
with:
cache: yarn
- name: Install dependencies
run: yarn
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: ${{ secrets.CHROMATIC_APP_CODE }}