Skip to content

808 - [Pivot Table] Aggregators #1088

808 - [Pivot Table] Aggregators

808 - [Pivot Table] Aggregators #1088

Workflow file for this run

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