Skip to content

Commit

Permalink
chore: pin ubuntu 20 for RS tests re: typegoose/mongodb-memory-server…
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jan 20, 2025
1 parent 7d1f69a commit eeee55f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,16 +105,14 @@ jobs:
test-replica-sets:
needs:
- test
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
name: Replica Set tests
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
- name: Setup node
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
with:
node-version: 16
- name: Install libcrypto
run: sudo apt-get update && sudo apt-get install -y libssl1.1
- run: npm install
- name: Test
run: npm run test-rs
Expand Down

0 comments on commit eeee55f

Please sign in to comment.