Skip to content

Commit ac72a3f

Browse files
committed
Add mongodb service
1 parent 4afc577 commit ac72a3f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/tests-mongodb.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ jobs:
1414
env:
1515
PHPUNIT_VERSION: "7.5"
1616

17+
services:
18+
mongodb:
19+
image: percona/percona-server-mongodb:3.6
20+
ports:
21+
- 27017:27017
22+
1723
steps:
1824
- name: Checkout Code
1925
uses: actions/checkout@v2

0 commit comments

Comments
 (0)