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 c1ee8cc commit 7d1f69aCopy full SHA for 7d1f69a
.github/workflows/test.yml
@@ -62,8 +62,6 @@ jobs:
62
key: ${{ matrix.os }}-${{ matrix.mongodb }}
63
64
- run: npm install
65
- - name: Install libcrypto
66
- run: sudo apt-get update && sudo apt-get install -y libssl1.1
67
- name: NPM Test without Coverage
68
run: npm test
69
if: matrix.coverage != true
@@ -115,6 +113,8 @@ jobs:
115
113
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
116
114
with:
117
node-version: 16
+ - name: Install libcrypto
+ run: sudo apt-get update && sudo apt-get install -y libssl1.1
118
119
- name: Test
120
run: npm run test-rs
0 commit comments