diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a7e35c..46e35bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,13 @@ jobs: - '2.6' - '2.5' - '2.4' + + services: + mongodb: + image: mongo + ports: + - 27017:27017 + steps: - name: Checkout uses: actions/checkout@v2