Skip to content

Commit

Permalink
ci: MongoDB 4, 5 CI jobs fail for LTS branch (#9536)
Browse files Browse the repository at this point in the history
  • Loading branch information
dblythy authored Jan 12, 2025
1 parent 5447c22 commit 0fb0c07
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,11 @@ jobs:
${{ runner.os }}-node-${{ matrix.NODE_VERSION }}-
- name: Install dependencies
run: npm ci
- run: |
if [[ "$MONGODB_VERSION" == "4."* || "$MONGODB_VERSION" == "5."* ]]; then
wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb
fi
- run: npm run pretest
- run: npm run coverage
env:
Expand Down

0 comments on commit 0fb0c07

Please sign in to comment.