Skip to content

Commit ccb59ab

Browse files
committed
Moved init scripts
1 parent 6ddd6b0 commit ccb59ab

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
ORACLE_PASSWORD: oracle
2525
ports:
2626
- 1521:1521
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
27+
options: -v ${{ github.workspace }}/container-entrypoint-initdb.d:/container-entrypoint-initdb.d --health-cmd healthcheck.sh --health-interval 10s --health-timeout 5s --health-retries 10
2828

2929
steps:
3030
- uses: actions/checkout@v2
File renamed without changes.
File renamed without changes.
File renamed without changes.

.github/init_scripts/4_create_source_owner_objects.sql renamed to container-entrypoint-initdb.d/4_create_source_owner_objects.sql

File renamed without changes.

.github/init_scripts/5_create_tests_owner_objects.sql renamed to container-entrypoint-initdb.d/5_create_tests_owner_objects.sql

File renamed without changes.

0 commit comments

Comments
 (0)