Skip to content

Commit

Permalink
Create mongo_server.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tymnec authored Nov 9, 2023
1 parent bfb540d commit 3409852
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/mongo_server.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Run tests

on: [push]

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
mongodb-version: ['4.4.14', '5.0.9']

steps:
- name: Git checkout
uses: actions/checkout@v2

- name: Start MongoDB
uses: MongoCamp/[email protected]
with:
mongodb-version: ${{ matrix.mongodb-version }}

- run: curl http://localhost:27017

0 comments on commit 3409852

Please sign in to comment.