Skip to content

Commit 35e7e78

Browse files
committed
Only install utplsql without test user
1 parent e833eb7 commit 35e7e78

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
@@ -38,8 +38,8 @@ jobs:
3838
- name: Install utPLSQL
3939
run: sh ${{ github.workspace }}/scripts/1_install_utplsql.sh
4040

41-
- name: Install demo project
42-
run: sh ${{ github.workspace }}/scripts/2_install_demo_project.sh
41+
# - name: Install demo project
42+
# run: sh ${{ github.workspace }}/scripts/2_install_demo_project.sh
4343

4444
- name: Set up JDK 11
4545
uses: actions/setup-java@v2

0 commit comments

Comments
 (0)