We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 980fbb0 commit 81979fdCopy full SHA for 81979fd
.github/workflows/build.yml
@@ -45,10 +45,10 @@ jobs:
45
fetch-depth: 0
46
47
- name: Install utplsql
48
- run: scripts/install_utplsql.sh
+ run: sh ${{ github.workspace }}/scripts/install_utplsql.sh
49
50
- name: Install demo project
51
- run: scripts/install_demo_project.sh
+ run: sh ${{ github.workspace }}/scripts/install_demo_project.sh
52
53
- name: Set up JDK 11
54
uses: actions/setup-java@v2
0 commit comments