Skip to content

remove stack traces #129

remove stack traces

remove stack traces #129

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
eperm:
runs-on: windows-latest
defaults:
run:
shell: bash
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Use Nodejs 22.x
uses: actions/setup-node@v4
with:
node-version: 22.x
- name: Install dependencies
run: npm install
- run: npm test -- -t0 test/integration/eperm.ts --disable-coverage --grep=. --grep=async
- run: npm test -- -t0 test/integration/eperm.ts --disable-coverage --grep=. --grep=async
- run: npm test -- -t0 test/integration/eperm.ts --disable-coverage --grep=. --grep=async
- run: npm test -- -t0 test/integration/eperm.ts --disable-coverage --grep=. --grep=async
- run: npm test -- -t0 test/integration/eperm.ts --disable-coverage --grep=. --grep=async
- run: npm test -- -t0 test/integration/eperm.ts --disable-coverage --grep=. --grep=async
- run: npm test -- -t0 test/integration/eperm.ts --disable-coverage --grep=. --grep=async
- run: npm test -- -t0 test/integration/eperm.ts --disable-coverage --grep=. --grep=async
- run: npm test -- -t0 test/integration/eperm.ts --disable-coverage --grep=. --grep=async
- run: npm test -- -t0 test/integration/eperm.ts --disable-coverage --grep=. --grep=async
- run: npm test -- -t0 test/integration/eperm.ts --disable-coverage --grep=. --grep=async
- run: npm test -- -t0 test/integration/eperm.ts --disable-coverage --grep=. --grep=async
- run: npm test -- -t0 test/integration/eperm.ts --disable-coverage --grep=. --grep=async
- run: npm test -- -t0 test/integration/eperm.ts --disable-coverage --grep=. --grep=async
- run: npm test -- -t0 test/integration/eperm.ts --disable-coverage --grep=. --grep=async
- run: npm test -- -t0 test/integration/eperm.ts --disable-coverage --grep=. --grep=async
- run: npm test -- -t0 test/integration/eperm.ts --disable-coverage --grep=. --grep=async
- run: npm test -- -t0 test/integration/eperm.ts --disable-coverage --grep=. --grep=async
- run: npm test -- -t0 test/integration/eperm.ts --disable-coverage --grep=. --grep=async
- run: npm test -- -t0 test/integration/eperm.ts --disable-coverage --grep=. --grep=async
- run: npm test -- -t0 test/integration/eperm.ts --disable-coverage --grep=. --grep=async
build:
strategy:
matrix:
node-version: [20.x, 22.x]
platform:
- os: ubuntu-latest
shell: bash
- os: macos-latest
shell: bash
- os: windows-latest
shell: bash
- os: windows-latest
shell: powershell
fail-fast: false
runs-on: ${{ matrix.platform.os }}
defaults:
run:
shell: ${{ matrix.platform.shell }}
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Use Nodejs ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
- name: Run Tests
run: npm test
env:
RIMRAF_TEST_START_CHAR: a
RIMRAF_TEST_END_CHAR: f
RIMRAF_TEST_DEPTH: 5
RIMRAF_TEST_SKIP_EPERM_INTEGRATION: 1