Skip to content

Commit ddf775f

Browse files
committed
Testing after fixing the workdir for 12.1EE image
1 parent 5fe9a0e commit ddf775f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
--health-timeout 5s
7777
--health-retries 10
7878
--name oracle
79-
# --health-cmd healthcheck.sh
79+
--health-cmd healthcheck.sh
8080
8181
steps:
8282
- uses: actions/checkout@v2
@@ -159,7 +159,7 @@ jobs:
159159
- name: Get ORACLE_BASE/diag data
160160
id: get-oracle-diag-data
161161
if: ${{ always() && steps.run-tests.outcome == 'failure' }}
162-
run: docker exec oracle bash -c "chmod -R +777 ${{matrix.oracle-base}}/diag && cp -r ${{matrix.oracle-base}}/diag /utPLSQL/database-diag"
162+
run: docker exec oracle bash -c "chmod -R +777 ./diag && cp -r ./diag /utPLSQL/database-diag"
163163
- name: Upload ORACLE_BASE/diag data Artifact
164164
id: upload
165165
if: ${{ always() && steps.run-tests.outcome == 'failure' }}

0 commit comments

Comments
 (0)