8000 Added proper run command · utPLSQL/utPLSQL-java-api@81979fd · GitHub
[go: up one dir, main page]

Skip to content

Commit 81979fd

Browse files
committed
Added proper run command
1 parent 980fbb0 commit 81979fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ jobs:
4545
fetch-depth: 0
4646

4747
- name: Install utplsql
48-
run: scripts/install_utplsql.sh
48+
run: sh ${{ github.workspace }}/scripts/install_utplsql.sh
4949

5050
- name: Install demo project
51-
run: scripts/install_demo_project.sh
51+
run: sh ${{ github.workspace }}/scripts/install_demo_project.sh
5252

5353
- name: Set up JDK 11
5454
uses: actions/setup-java@v2

0 commit comments

Comments
 (0)
0