Skip to content

Commit

Permalink
remove useless mongodb in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pchalamet committed Dec 28, 2024
1 parent 2f240f9 commit d35a498
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.100

- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.11.0
with:
mongodb-version: '8.0'

- name: Build & Test
run: make test config=Release
Expand Down

0 comments on commit d35a498

Please sign in to comment.