We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaf7706 commit 097872bCopy full SHA for 097872b
1 file changed
.github/workflows/build.yml
@@ -17,7 +17,6 @@ jobs:
17
runs-on: ubuntu-latest
18
19
services:
20
-
21
oracle:
22
image: gvenzl/oracle-xe:18.4.0-slim
23
env:
@@ -29,6 +28,9 @@ jobs:
29
28
steps:
30
- uses: actions/checkout@v2
31
+ - name: Verify MySQL connection from host
32
+ run: docker logs "${{ job.services.oracle.id }}"
33
+
34
- name: Set up JDK 8
35
uses: actions/setup-java@v2
36
with:
0 commit comments