File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 3232 steps :
3333 - uses : actions/checkout@v2
3434
35- - name : Oracle container logs
35+ - name : Print Oracle container logs
3636 run : docker logs "${{ job.services.oracle.id }}"
3737
3838 - name : Install utPLSQL
Original file line number Diff line number Diff line change @@ -4,6 +4,4 @@ curl -Lk "${UTPLSQL_DOWNLOAD_URL}" -o utPLSQL.zip
44
55unzip -q utPLSQL.zip
66
7- dir
8-
9- docker run --rm -v ${{ github.workspace } }/utPLSQL/source:utPLSQL -w utPLSQL/source --network host --entrypoint sqlplus truemark/sqlplus sys/oracle@//127.0.0.1:1521/XE as sysdba @install_headless.sql UT3 UT3 users
7+ docker run --rm -v /home/runner/work/utPLSQL-maven-plugin/utPLSQL-maven-plugin/utPLSQL/source:utPLSQL -w utPLSQL/source --network host --entrypoint sqlplus truemark/sqlplus sys/oracle@//127.0.0.1:1521/XE as sysdba @install_headless.sql UT3 UT3 users
You can’t perform that action at this time.
0 commit comments