864 - [Tick] The component is receving not recognize props causing a console warning #1105
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Loki (Visual Regression Test) | |
on: | |
pull_request: | |
branches: | |
- '*' | |
push: | |
branches: | |
- main | |
jobs: | |
build: | |
name: loki test | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Set up node | |
uses: actions/setup-node@v3 | |
with: | |
node-version: '14' | |
cache: 'yarn' | |
- name: yarn install | |
run: yarn install | |
- name: loki test | |
run: yarn test:loki | |
- name: argos upload | |
if: failure() | |
env: | |
ARGOS_TOKEN: ${{ secrets.ARGOS_TOKEN }} | |
ARGOS_BRANCH: ${{ github.head_ref || github.ref }} | |
ARGOS_COMMIT: ${{ github.sha }} | |
run: | | |
yarn argos upload .loki/difference |