Skip to content

Commit 87549e6

Browse files
committed
fix: skip import expansions in cygwin
1 parent 39549f5 commit 87549e6

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.evergreen.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,15 @@ functions:
9494
source .evergreen/.setup_env
9595
export EVERGREEN_EXPANSIONS_PATH="$(pwd)/../tmp/expansions.yaml"
9696
npm run test-ci
97+
test_cygwin: # NOTE: does not run tests that needs expansions (ie. stitch)
98+
- command: shell.exec
99+
params:
100+
working_dir: src
101+
shell: bash
102+
script: |
103+
set -e
104+
source .evergreen/.setup_env
105+
npm run test-ci
97106
test_ps:
98107
- command: expansions.write
99108
params:
@@ -199,7 +208,7 @@ buildvariants:
199208
run_on: windows-64-vs2019-test
200209
tasks:
201210
- name: check
202-
- name: test
211+
- name: test_cygwin
203212
- name: windows_ps
204213
display_name: "Windows VS 2019 PowerShell"
205214
run_on: windows-64-vs2019-test

0 commit comments

Comments
 (0)