Skip to content

fix: reduce logging when providing larger image dimension via defaultDirectives #355

fix: reduce logging when providing larger image dimension via defaultDirectives

fix: reduce logging when providing larger image dimension via defaultDirectives #355

Workflow file for this run

name: Unit tests
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v3
with:
lfs: true
- uses: pnpm/action-setup@v2.2.4
- uses: actions/setup-node@v3
with:
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Build packages
run: pnpm run build
- name: Run unit tests
run: pnpm run test --no-threads
- uses: actions/upload-artifact@v3
if: failure()
with:
name: image-diffs
path: packages/**/__image_snapshots__/__diff_output__/