Skip to content

Add new Link component imageshots #104

Add new Link component imageshots

Add new Link component imageshots #104

Workflow file for this run

name: UI checks - Loki imageshots
on: push
jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- name: 🚀 Prepare Repository
uses: actions/checkout@v3
- name: 🧩 Install Dependencies
run: npm ci
- name: 🏗️ Build Storybook
run: npm run story:build --quiet
- name: 📸 Run Imageshots
run: npm run test:ui:ci