Skip to content

Commit 466a4a4

Browse files
committed
Removed init script execution
1 parent 329c92d commit 466a4a4

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,15 @@ jobs:
2323
ORACLE_PASSWORD: oracle
2424
ports:
2525
- 1521:1521
26-
volumes:
27-
- ${{ github.workspace }}/init_scripts:/container-entrypoint-initdb.d
2826
options: >-
2927
--health-cmd healthcheck.sh
3028
--health-interval 10s
3129
--health-timeout 5s
3230
--health-retries 10
33-
--name oraclexe
3431
3532
steps:
3633
- uses: actions/checkout@v2
3734

38-
- name: Restart Oracle container
39-
uses: docker://docker
40-
with:
41-
args: docker restart oraclexe
42-
4335
- name: Oracle container logs
4436
run: docker logs "${{ job.services.oracle.id }}"
4537

@@ -57,5 +49,5 @@ jobs:
5749
restore-keys: |
5850
${{ runner.os }}-maven-
5951
60-
- name: Maven verify
61-
run: mvn verify
52+
- name: Maven test
53+
run: mvn test

0 commit comments

Comments
 (0)