Skip to content

Commit 5cecf2a

Browse files
remove latest test
1 parent 9682172 commit 5cecf2a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,6 @@ jobs:
2121
- run: npm clean-install
2222
- run: npm run check:test
2323

24-
test-latest-driver:
25-
runs-on: ubuntu-latest
26-
steps:
27-
- uses: actions/checkout@v4
28-
- name: Use Node.js LTS
29-
uses: actions/setup-node@v4
30-
with:
31-
node-version: lts/*
32-
- run: npm clean-install
33-
- run: npm install --no-save mongodb/node-mongodb-native#main
34-
- run: npm run check:test
35-
3624
coverage:
3725
runs-on: ubuntu-latest
3826
steps:

0 commit comments

Comments
 (0)