Skip to content

Commit

Permalink
Only install utplsql without test user
Browse files Browse the repository at this point in the history
  • Loading branch information
simasch committed Jul 7, 2023
1 parent e833eb7 commit 35e7e78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
- name: Install utPLSQL
run: sh ${{ github.workspace }}/scripts/1_install_utplsql.sh

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

- name: Set up JDK 11
uses: actions/setup-java@v2
Expand Down

0 comments on commit 35e7e78

Please sign in to comment.