Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gottscj authored Dec 10, 2022
1 parent 69a9359 commit 60b6969
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
build_release:
name: create release
runs-on: ubuntu-latest
services:
mongodb:
image: mongo
ports:
- 27017:27017

steps:
- uses: actions/checkout@v2
- name: Setup .NET
Expand Down

0 comments on commit 60b6969

Please sign in to comment.