Skip to content

Commit

Permalink
πŸ‘·β€β™€οΈ Remove MongoDB from CI services
Browse files Browse the repository at this point in the history
We don't run any tests against MongoDB in this library.
  • Loading branch information
alecgibson committed Nov 6, 2023
1 parent 8afe06f commit 81242e2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ on:
jobs:
build:
runs-on: ubuntu-22.04
services:
mongodb:
image: mongo:4.4
ports:
- 27017:27017
timeout-minutes: 10
steps:
- name: Checkout (push)
Expand Down

0 comments on commit 81242e2

Please sign in to comment.