Skip to content

Commit

Permalink
chore: Remove unneeded test
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Nov 19, 2024
1 parent e691912 commit 3bbfe56
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/nodejs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,3 @@ jobs:
CI: true
- name: JSR Publish Test
run: npm run test:jsr

emfile_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 22.x
uses: actions/setup-node@v4
with:
node-version: lts/*
- name: npm install and build
run: |
npm install
npm run build --if-present
env:
CI: true
- name: Run EMFILE test
run: npm run test:emfile

0 comments on commit 3bbfe56

Please sign in to comment.