Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
fix: use mongo:4.4 service instead of supercharge/mongodb-github-action
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed May 11, 2024
1 parent db35c1f commit 7739625
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/run-smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ jobs:
os: [ubuntu-latest]
node-version: [12.x]

services:
mongo:
image: mongo:4.4
ports: ["27017:27017"]

steps:
- uses: supercharge/mongodb-github-action@1.6.0
with:
mongodb-version: 4.4
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
Expand Down

0 comments on commit 7739625

Please # to comment.