File tree 2 files changed +3
-3
lines changed
src/test/java/org/utplsql/api
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
- name : Install utPLSQL
39
39
run : sh ${{ github.workspace }}/scripts/1_install_utplsql.sh
40
40
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
43
43
44
44
- name : Set up JDK 11
45
45
uses : actions/setup-java@v2
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ public abstract class AbstractDatabaseTest {
17
17
18
18
static {
19
19
sUrl = EnvironmentVariableUtil .getEnvValue ("DB_URL" , "localhost:1521:XE" );
20
- sUser = EnvironmentVariableUtil .getEnvValue ("DB_USER" , "APP " );
20
+ sUser = EnvironmentVariableUtil .getEnvValue ("DB_USER" , "app " );
21
21
sPass = EnvironmentVariableUtil .getEnvValue ("DB_PASS" , "pass" );
22
22
}
23
23
You can’t perform that action at this time.
0 commit comments