Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fe9a0e commit ddf775fCopy full SHA for ddf775f
1 file changed
.github/workflows/build.yml
@@ -76,7 +76,7 @@ jobs:
76
--health-timeout 5s
77
--health-retries 10
78
--name oracle
79
-# --health-cmd healthcheck.sh
+ --health-cmd healthcheck.sh
80
81
steps:
82
- uses: actions/checkout@v2
@@ -159,7 +159,7 @@ jobs:
159
- name: Get ORACLE_BASE/diag data
160
id: get-oracle-diag-data
161
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"
+ run: docker exec oracle bash -c "chmod -R +777 ./diag && cp -r ./diag /utPLSQL/database-diag"
163
- name: Upload ORACLE_BASE/diag data Artifact
164
id: upload
165
0 commit comments