Skip to content

Commit 7dc1edc

Browse files
committed
Updated publishing workflow
1 parent e47a212 commit 7dc1edc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,19 @@ on:
77
jobs:
88
publish:
99
name: Publish the client to the public registry
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04
1111
env:
1212
MVNSETTINGS: ${{ secrets.MVNSETTINGS }}
1313
PRIVATEKEY: ${{ secrets.PRIVATEKEY }}
1414
GPGKEY: ${{ secrets.GPGKEY }}
1515
strategy:
1616
matrix:
1717
java: [ '11' ]
18+
services:
19+
manticoresearch-manticore:
20+
image: manticoresearch/manticore:dev
21+
ports:
22+
- 9408:9308
1823
steps:
1924
- uses: actions/checkout@v2
2025
- name: Set up JDK

0 commit comments

Comments
 (0)