Skip to content

Commit 2b203a1

Browse files
authored
chore: skip atlas tests in mongodb forks (#707)
1 parent cc666d4 commit 2b203a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/code-health-fork.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
run: npm ci
3636
- name: Run tests
3737
run: npm test
38+
env:
39+
SKIP_ATLAS_TESTS: "true"
40+
SKIP_ATLAS_LOCAL_TESTS: "true"
3841
- name: Upload test results
3942
if: always() && matrix.os == 'ubuntu-latest'
4043
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)