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 75ca38e commit cb26d10Copy full SHA for cb26d10
1 file changed
.github/workflows/build.yml
@@ -148,7 +148,7 @@ jobs:
148
- name: Get ORACLE_BASE/diag data
149
id: get-oracle-diag-data
150
if: ${{ always() && steps.run-tests.outcome == 'failure' }}
151
- run: docker exec oracle bash -c "cp -r ${ORACLE_BASE}/diag /utPLSQL/database-diag"
+ run: docker exec oracle bash -c "cp -r /opt/oracle/diag /utPLSQL/database-diag"
152
#Needed to diagnose occasional failures of DB on test runs
153
- name: Upload ORACLE_BASE/diag data Artifact
154
id: upload
0 commit comments