Skip to content

[Tests] add fixture with remapped folder #200

[Tests] add fixture with remapped folder

[Tests] add fixture with remapped folder #200

Workflow file for this run

name: 'Tests: pretest/posttest'
on: [pull_request, push]
jobs:
pretest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ljharb/actions/node/install@main
name: 'nvm install ${{ matrix.node-version }} && npm install'
with:
node-version: 'lts/*'
skip-ls-check: true
- run: npm run pretest
posttest:
if: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ljharb/actions/node/install@main
name: 'nvm install ${{ matrix.node-version }} && npm install'
with:
node-version: 'lts/*'
skip-ls-check: true
- run: npm run posttest