Skip to content

Commit 6ddd6b0

Browse files
committed
Maven verfiy activated
1 parent 4d8deeb commit 6ddd6b0

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@ jobs:
2424
ORACLE_PASSWORD: oracle
2525
ports:
2626
- 1521:1521
27-
options: >-
28-
--health-cmd healthcheck.sh
29-
--health-interval 10s
30-
--health-timeout 5s
31-
--health-retries 10
27+
options: -v ${{ github.workspace }}/.github/init_scripts:/container-entrypoint-initdb.d --health-cmd healthcheck.sh --health-interval 10s --health-timeout 5s --health-retries 10
3228

3329
steps:
3430
- uses: actions/checkout@v2
@@ -47,5 +43,5 @@ jobs:
4743
restore-keys: |
4844
${{ runner.os }}-maven-
4945
50-
- name: Maven test
51-
run: mvn test
46+
- name: Maven verify
47+
run: mvn verify

0 commit comments

Comments
 (0)