Skip to content

Commit 097872b

Browse files
committed
Log Docker
1 parent eaf7706 commit 097872b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
services:
20-
2120
oracle:
2221
image: gvenzl/oracle-xe:18.4.0-slim
2322
env:
@@ -29,6 +28,9 @@ jobs:
2928
steps:
3029
- uses: actions/checkout@v2
3130

31+
- name: Verify MySQL connection from host
32+
run: docker logs "${{ job.services.oracle.id }}"
33+
3234
- name: Set up JDK 8
3335
uses: actions/setup-java@v2
3436
with:

0 commit comments

Comments
 (0)