We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b9e463 commit 4d8deebCopy full SHA for 4d8deeb
1 file changed
.github/workflows/build.yml
@@ -16,8 +16,23 @@ jobs:
16
17
runs-on: ubuntu-latest
18
19
+ services:
20
+
21
+ oracle:
22
+ image: gvenzl/oracle-xe:18.4.0-slim
23
+ env:
24
+ ORACLE_PASSWORD: oracle
25
+ ports:
26
+ - 1521:1521
27
+ options: >-
28
+ --health-cmd healthcheck.sh
29
+ --health-interval 10s
30
+ --health-timeout 5s
31
+ --health-retries 10
32
33
steps:
34
- uses: actions/checkout@v2
35
36
- name: Set up JDK 8
37
uses: actions/setup-java@v2
38
with:
0 commit comments