Skip to content

test: Do not store fullpath on test snapshots #37

test: Do not store fullpath on test snapshots

test: Do not store fullpath on test snapshots #37

Workflow file for this run

name: Test and Lint
on:
push:
branches:
- '*'
tags-ignore:
- '*'
pull_request:
jobs:
test-and-lint:
name: Test and Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
- name: Install dependencies
run: yarn install
- name: Run tests
run: yarn test
- name: Lint files
run: yarn lint