We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 097872b commit d507ebcCopy full SHA for d507ebc
.github/workflows/build.yml
@@ -23,12 +23,18 @@ jobs:
23
ORACLE_PASSWORD: oracle
24
ports:
25
- 1521:1521
26
- options: -v ${{ github.workspace }}/init_scripts:/container-entrypoint-initdb.d --health-cmd healthcheck.sh --health-interval 10s --health-timeout 5s --health-retries 10
+ volumes:
27
+ - ${{ github.workspace }}/init_scripts:/container-entrypoint-initdb.d
28
+ options: >-
29
+ --health-cmd healthcheck.sh
30
+ --health-interval 10s
31
+ --health-timeout 5s
32
+ --health-retries 10
33
34
steps:
35
- uses: actions/checkout@v2
36
- - name: Verify MySQL connection from host
37
+ - name: Oracle
38
run: docker logs "${{ job.services.oracle.id }}"
39
40
- name: Set up JDK 8
0 commit comments