Skip to content

Commit 6ea2b18

Browse files
committed
Update GH workflow to ignore MongoDB startup.
1 parent 87163cb commit 6ea2b18

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/pr.yml

-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ on: pull_request_target
44
jobs:
55
build:
66
runs-on: ubuntu-latest
7-
services:
8-
mongodb:
9-
image: mongo:3.2
10-
ports:
11-
- 27017:27017
127
steps:
138
- name: Checkout source code
149
uses: actions/checkout@v2

0 commit comments

Comments
 (0)