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 4d8deeb commit 6ddd6b0Copy full SHA for 6ddd6b0
.github/workflows/build.yml
@@ -24,11 +24,7 @@ jobs:
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
+ options: -v ${{ github.workspace }}/.github/init_scripts:/container-entrypoint-initdb.d --health-cmd healthcheck.sh --health-interval 10s --health-timeout 5s --health-retries 10
32
33
steps:
34
- uses: actions/checkout@v2
@@ -47,5 +43,5 @@ jobs:
47
43
restore-keys: |
48
44
${{ runner.os }}-maven-
49
45
50
- - name: Maven test
51
- run: mvn test
46
+ - name: Maven verify
+ run: mvn verify
0 commit comments