Skip to content

Ensure fixture path is created before used in tests #51

Ensure fixture path is created before used in tests

Ensure fixture path is created before used in tests #51

Workflow file for this run

name: Run tests
on:
push:
branches:
- master
pull_request:
branches:
- '*'
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2.3.4
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v3
with:
node-version-file: .tool-versions
check-latest: true
- run: yarn install
- run: yarn run test