Skip to content

Commit

Permalink
Run docker integration tests using testcontainers
Browse files Browse the repository at this point in the history
  • Loading branch information
hgeraldino committed Nov 10, 2021
1 parent f59d183 commit c50b290
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ on: pull_request_target
jobs:
test:
runs-on: ubuntu-latest
services:
mongodb:
image: mongo:3.2
ports:
- 27017:27017
steps:
- name: Checkout source code
uses: actions/checkout@v2
Expand Down

0 comments on commit c50b290

Please sign in to comment.