Skip to content

Commit 4fcfb81

Browse files
committed
fix incorrect evergreen config
1 parent 87549e6 commit 4fcfb81

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.evergreen.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ 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)
97+
test_cygwin:
9898
- command: shell.exec
9999
params:
100100
working_dir: src
@@ -159,6 +159,11 @@ tasks:
159159
- func: checkout
160160
- func: install
161161
- func: test
162+
- name: test_cygwin
163+
commands:
164+
- func: checkout
165+
- func: install
166+
- func: test_cygwin
162167
- name: test_ps
163168
commands:
164169
- func: checkout

0 commit comments

Comments
 (0)