Skip to content

Commit d6a59a6

Browse files
author
aprozorov
committed
Fix deploy
1 parent 4daaa75 commit d6a59a6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deployWithIncrementVesrion.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010

1111
steps:
1212
- uses: actions/checkout@v2
13-
- uses: docker://hdejager/libreoffice-api
1413
- name: Set up JDK 1.8
1514
uses: actions/setup-java@v1
1615
with:
@@ -23,6 +22,9 @@ jobs:
2322
- name: Start proxy service(libreoffice)
2423
run: java -jar target/libreoffice-api-wrapper-server-3.1.1-jar-with-dependencies.jar
2524

25+
- name: Start docker
26+
run: docker run -t --name libreoffice -p 8100:8100 hdejager/libreoffice-api
27+
2628
- name:
2729
run: mvn test
2830

0 commit comments

Comments
 (0)