Skip to content

Bump mock-fs from 5.4.0 to 5.4.1 in /.github/scripts #79

Bump mock-fs from 5.4.0 to 5.4.1 in /.github/scripts

Bump mock-fs from 5.4.0 to 5.4.1 in /.github/scripts #79

Workflow file for this run

name: Pull Request Tests
on:
pull_request:
branches: [ '*' ]
types:
- opened
- synchronize
permissions:
pull-requests: write
jobs:
run-tests:
runs-on: ubuntu-latest
env:
working-directory: ./.github/scripts
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
check-latest: true
cache: 'npm'
cache-dependency-path: ${{ env.working-directory }}/package-lock.json
- run: npm ci
working-directory: ${{ env.working-directory }}
- run: npm test
working-directory: ${{ env.working-directory }}
- uses: tintef/[email protected]
with:
GITHUB_TOKEN: ${{ github.token }}
SKIP_COVERAGE_FOLDER: true
WORKING_DIRECTORY: ${{ env.working-directory }}