Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cb26d10

Browse files
committed
Fixing gathering of diag data
1 parent 75ca38e commit cb26d10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
- name: Get ORACLE_BASE/diag data
149149
id: get-oracle-diag-data
150150
if: ${{ always() && steps.run-tests.outcome == 'failure' }}
151-
run: docker exec oracle bash -c "cp -r ${ORACLE_BASE}/diag /utPLSQL/database-diag"
151+
run: docker exec oracle bash -c "cp -r /opt/oracle/diag /utPLSQL/database-diag"
152152
#Needed to diagnose occasional failures of DB on test runs
153153
- name: Upload ORACLE_BASE/diag data Artifact
154154
id: upload

0 commit comments

Comments
 (0)