Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dblythy committed Jan 12, 2025
1 parent 69334c4 commit c269964
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,10 @@ jobs:
- name: Install dependencies
run: npm ci
- run: |
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
if [[ "$MONGODB_VERSION" == "4.2.25" || "$MONGODB_VERSION" == "4.4.29" || "$MONGODB_VERSION" == "5.0.26" ]]; 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 c269964

Please sign in to comment.