Skip to content

Commit 9a6f305

Browse files
Simplify Run MongoDB tests step
1 parent eed5267 commit 9a6f305

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/code_health.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ jobs:
2828
- name: Install dependencies
2929
run: npm ci
3030
- name: Run tests
31-
if: matrix.os == 'ubuntu-latest'
32-
run: npm test
33-
- name: Run tests
34-
if: matrix.os != 'ubuntu-latest'
3531
run: npm test
3632
env:
3733
SKIP_ATLAS_LOCAL_TESTS: "true"

0 commit comments

Comments
 (0)