Skip to content

Add artifactDirectory option support to embedded-document-artefact-loader/ts-jest #1572

Add artifactDirectory option support to embedded-document-artefact-loader/ts-jest

Add artifactDirectory option support to embedded-document-artefact-loader/ts-jest #1572

Workflow file for this run

name: PR
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn ci