File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6464 ${{ runner.os }}-maven-
6565
6666 - name : Maven unit and integration tests
67- run : mvn clean verify
68- # run: mvn clean verify sonar:sonar -Pcoverage -Dsonar.projectKey=utPLSQL_utPLSQL-java-api
67+ run : mvn clean verify sonar:sonar -Pcoverage -Dsonar.projectKey=utPLSQL_utPLSQL-java-api
6968 env :
7069 GITHUB_TOKEN : ${{ secrets.API_TOKEN_GITHUB }}
7170 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change 1818 image : gvenzl/oracle-free:23-slim-faststart
1919 env :
2020 ORACLE_PASSWORD : oracle
21+ SERVICE_NAME : FREEPDB1
2122 ports :
2223 - 1521:1521
2324 options : >-
4243 with :
4344 java-version : ' 11'
4445 distribution : ' adopt'
45- server-id : ossrh
46+ server-id : central
4647 server-username : MAVEN_USERNAME
4748 server-password : MAVEN_PASSWORD
4849 gpg-private-key : ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments