Skip to content

Commit f188b3a

Browse files
committed
Add mongo service to release ci
1 parent 9124d55 commit f188b3a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414
permissions:
1515
contents: write
1616
runs-on: ubuntu-latest
17+
services:
18+
mongo:
19+
image: mongo
20+
ports:
21+
- 27018:27017
1722
steps:
1823
- uses: actions/checkout@v4
1924
- uses: grafana/plugin-actions/build-plugin@release

0 commit comments

Comments
 (0)