Skip to content

Commit

Permalink
try to reproduce the teardown error
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Jan 2, 2024
1 parent cf1b444 commit 7a8e199
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
node-version: [18.x, 20.x]
platform: [ubuntu-latest, ubuntu-20.04, windows-latest, macos-latest]
platform: [ubuntu-latest, ubuntu-20.04]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -45,9 +45,12 @@ jobs:
key: ${{ matrix.platform }}
- run: npm install --ignore-scripts --production
- run: npm install typescript
- run: npx node-pre-gyp configure
- run: npx node-pre-gyp configure --debug
env:
PKG_CONFIG_PATH:
- run: npx node-pre-gyp build
- run: npm install
- run: npm test
- run: |
while npx mocha; do true; done
env:
DEBUG_ALL: 1

0 comments on commit 7a8e199

Please sign in to comment.