Skip to content

Commit c50b290

Browse files
committed
Run docker integration tests using testcontainers
1 parent f59d183 commit c50b290

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/pr.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ on: pull_request_target
33
jobs:
44
test:
55
runs-on: ubuntu-latest
6-
services:
7-
mongodb:
8-
image: mongo:3.2
9-
ports:
10-
- 27017:27017
116
steps:
127
- name: Checkout source code
138
uses: actions/checkout@v2

0 commit comments

Comments
 (0)