We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39549f5 commit 87549e6Copy full SHA for 87549e6
.evergreen.yml
@@ -94,6 +94,15 @@ functions:
94
source .evergreen/.setup_env
95
export EVERGREEN_EXPANSIONS_PATH="$(pwd)/../tmp/expansions.yaml"
96
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
106
test_ps:
107
- command: expansions.write
108
params:
@@ -199,7 +208,7 @@ buildvariants:
199
208
run_on: windows-64-vs2019-test
200
209
tasks:
201
210
- name: check
202
- - name: test
211
+ - name: test_cygwin
203
212
- name: windows_ps
204
213
display_name: "Windows VS 2019 PowerShell"
205
214
0 commit comments