Skip to content

Commit 0e3a989

Browse files
committed
skip local atlas in main test to avoid windows run
1 parent 6cec1ed commit 0e3a989

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)