Skip to content

Commit 0b9bbb0

Browse files
committed
fix test paths
1 parent c5195f3 commit 0b9bbb0

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/test-auth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: npm install
3737

3838
- name: Run tests
39-
run: npm test ./test/single-instance.js
39+
run: npm test ./test/single-instance
4040
env:
4141
CI: true
4242
MONGODB_DB: ${{ matrix.mongodb-db }}

.github/workflows/test-replica-set.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: npm install
3232

3333
- name: Run tests
34-
run: npm test ./test/replica-set.js
34+
run: npm test ./test/replica-set
3535
env:
3636
CI: true
3737
MONGODB_REPLICA_SET: mongodb-test-rs
@@ -65,7 +65,7 @@ jobs:
6565
run: npm install
6666

6767
- name: Run tests
68-
run: npm test ./test/replica-set.js
68+
run: npm test ./test/replica-set
6969
env:
7070
CI: true
7171
MONGODB_PORT: ${{ matrix.mongodb-port }}

.github/workflows/test-single-instance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: npm install
3131

3232
- name: Run tests
33-
run: npm test ./test/single-instance.js
33+
run: npm test ./test/single-instance
3434
env:
3535
CI: true
3636
MONGODB_DB: ${{ matrix.mongodb-db }}
@@ -64,6 +64,6 @@ jobs:
6464
run: npm install
6565

6666
- name: Run tests
67-
run: npm test ./test/custom-port.js
67+
run: npm test ./test/custom-port
6868
env:
6969
CI: true

0 commit comments

Comments
 (0)