File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/test/java/org/utplsql/api Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ public abstract class AbstractDatabaseTest {
1717
1818 static {
1919 sUrl = EnvironmentVariableUtil .getEnvValue ("DB_URL" , "localhost:1521:XE" );
20- sUser = EnvironmentVariableUtil .getEnvValue ("DB_USER" , "APP " );
20+ sUser = EnvironmentVariableUtil .getEnvValue ("DB_USER" , "app " );
2121 sPass = EnvironmentVariableUtil .getEnvValue ("DB_PASS" , "pass" );
2222 }
2323
You can’t perform that action at this time.
0 commit comments