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 329c92d commit 466a4a4Copy full SHA for 466a4a4
.github/workflows/build.yml
@@ -23,23 +23,15 @@ jobs:
23
ORACLE_PASSWORD: oracle
24
ports:
25
- 1521:1521
26
- 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
- --name oraclexe
34
35
steps:
36
- uses: actions/checkout@v2
37
38
- - name: Restart Oracle container
39
- uses: docker://docker
40
- with:
41
- args: docker restart oraclexe
42
-
43
- name: Oracle container logs
44
run: docker logs "${{ job.services.oracle.id }}"
45
@@ -57,5 +49,5 @@ jobs:
57
49
restore-keys: |
58
50
${{ runner.os }}-maven-
59
51
60
- - name: Maven verify
61
- run: mvn verify
52
+ - name: Maven test
53
+ run: mvn test
0 commit comments