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 f1d8921 commit c6a361fCopy full SHA for c6a361f
.github/workflows/server-tests.yml
@@ -30,10 +30,10 @@ jobs:
30
- name: Install dependencies in server directory
31
run: |
32
cd server
33
- npm uninstall sharp
34
- npm install --platform=linux --arch=x64 --libc=musl
35
- npm rebuild sharp
+ npm install --platform=linux --libc=musl
36
37
- name: Run tests in server directory
+ env:
+ MONGOMS_VERSION: 7.0.6 # Specify MongoDB version for Alpine
38
run: npm test
39
working-directory: ./server
0 commit comments