File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - uses : actions/checkout@v4
38- with :
39- fetch-depth : 0
4038
4139 - name : Install utPLSQL
4240 run : .github/scripts/1_install_utplsql.sh
4947 with :
5048 java-version : ' 17'
5149 distribution : ' temurin'
52- server-id : ossrh
50+ server-id : central
5351 server-username : MAVEN_USERNAME
5452 server-password : MAVEN_PASSWORD
5553 gpg-private-key : ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 88 build :
99
1010 runs-on : ubuntu-latest
11+ env :
12+ UTPLSQL_VERSION : develop
13+ UTPLSQL_FILE : utPLSQL
14+ DB_URL : " //localhost:1521/FREEPDB1"
15+ DB_USER : APP
16+ DB_PASS : pass
1117
1218 services :
1319 oracle :
2127 --health-interval 10s
2228 --health-timeout 5s
2329 --health-retries 10
30+ --name oracle
2431
2532 steps :
2633 - uses : actions/checkout@v4
3643 with :
3744 java-version : ' 17'
3845 distribution : ' temurin'
39- server-id : ossrh
46+ server-id : central
4047 server-username : MAVEN_USERNAME
4148 server-password : MAVEN_PASSWORD
4249 gpg-private-key : ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments