Skip to content

fix: fix incorrect type import path #98

fix: fix incorrect type import path

fix: fix incorrect type import path #98

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: '16'
- name: Run ci
run: |
npm install
npm run ci
- name: Upload blob report to GitHub Actions Artifacts
if: always()
uses: actions/upload-artifact@v3
with:
name: snapshots
path: |
__tests__/integration/snapshots/*-actual.svg
retention-days: 1