Skip to content

Commit 329c92d

Browse files
committed
Restart Oracle container
1 parent 39e1149 commit 329c92d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,19 @@ jobs:
3030
--health-interval 10s
3131
--health-timeout 5s
3232
--health-retries 10
33+
--name oraclexe
3334
3435
steps:
36+
- uses: actions/checkout@v2
37+
38+
- name: Restart Oracle container
39+
uses: docker://docker
40+
with:
41+
args: docker restart oraclexe
42+
3543
- name: Oracle container logs
3644
run: docker logs "${{ job.services.oracle.id }}"
3745

38-
- uses: actions/checkout@v2
39-
4046
- name: Set up JDK 8
4147
uses: actions/setup-java@v2
4248
with:

0 commit comments

Comments
 (0)