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 5c838b1 commit 7876df2Copy full SHA for 7876df2
.evergreen/config.yml
@@ -3225,7 +3225,7 @@ ignore:
3225
- '*.md'
3226
buildvariants:
3227
- name: Alpine FLE Tests
3228
- display_name: alpine FLE test
+ display_name: Alpine FLE Test
3229
run_on: ubuntu2204-small
3230
tasks:
3231
- .alpine-fle
.evergreen/run-alpine-fle-tests.sh
@@ -2,7 +2,7 @@
2
3
set -o errexit
4
5
-export npm_cache_dir=$(pwd)
+export npm_config_cache=$(pwd)/.cache
6
7
npm i
8
source secrets-export.sh
0 commit comments