Skip to content

Commit 5c6adf8

Browse files
committed
update mongodb-github-action
1 parent 174bb40 commit 5c6adf8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,9 @@ jobs:
149149
sudo -u postgres psql -c 'grant all privileges on database lucee to lucee;'
150150
sudo -u postgres psql -c 'grant all on schema public to lucee;' -d lucee
151151
- name: Start MongoDB (docker)
152-
uses: supercharge/mongodb-github-action@1.11.0
153-
with:
154-
mongodb-version: 4.4
155-
mongodb-port: 27017
152+
run: |
153+
docker run -d --name mongodb -p 27017:27017 mongo:4.4
154+
sleep 5
156155
- name: Setup Memcached (docker)
157156
uses: niden/actions-memcached@v7
158157
- name: Extract version number

0 commit comments

Comments
 (0)