Skip to content

Commit 639100d

Browse files
committed
Execute install_utplsql.sh
1 parent 0f62347 commit 639100d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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

github_scripts/install_utplsql.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@ curl -Lk "${UTPLSQL_DOWNLOAD_URL}" -o utPLSQL.zip
44

55
unzip -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

0 commit comments

Comments
 (0)