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 7d1f69a commit eeee55fCopy full SHA for eeee55f
.github/workflows/test.yml
@@ -105,16 +105,14 @@ jobs:
105
test-replica-sets:
106
needs:
107
- test
108
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
109
name: Replica Set tests
110
steps:
111
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
112
- name: Setup node
113
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
114
with:
115
node-version: 16
116
- - name: Install libcrypto
117
- run: sudo apt-get update && sudo apt-get install -y libssl1.1
118
- run: npm install
119
- name: Test
120
run: npm run test-rs
0 commit comments