Skip to content

Commit a1b14c4

Browse files
committed
skip local atlasin main test run to avoid windows test
1 parent 88f5640 commit a1b14c4

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
@@ -36,6 +36,9 @@ jobs:
3636
run: npm ci
3737
- name: Run tests
3838
run: npm test
39+
env:
40+
SKIP_ATLAS_TESTS: "true"
41+
SKIP_ATLAS_LOCAL_TESTS: "true"
3942
run-atlas-local-tests:
4043
name: Run Atlas Local tests
4144
if: github.event.pull_request.user.login == 'dependabot[bot]'

0 commit comments

Comments
 (0)