File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828
2929 steps :
3030 - uses : actions/checkout@v2
31+ with :
32+ fetch-depth : 0
3133
3234 - name : Install utPLSQL
3335 run : sh ${{ github.workspace }}/scripts/1_install_utplsql.sh
@@ -54,15 +56,11 @@ jobs:
5456 restore-keys : |
5557 ${{ runner.os }}-maven-
5658
57- - name : Sonar
58- run : mvn verify sonar:sonar -Pcoverage -Dsonar.projectKey=org.utplsql:utplsql-maven-plugin
59+ - name : Maven deploy snapshot and run Sonar
60+ run : mvn deploy sonar:sonar -Pcoverage -Dsonar.projectKey=org.utplsql:utplsql-maven-plugin
5961 env :
6062 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6163 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
62-
63- - name : Maven deploy snapshot
64- run : mvn deploy -DskipTests
65- env :
6664 MAVEN_USERNAME : ${{ secrets.OSSRH_USERNAME }}
6765 MAVEN_PASSWORD : ${{ secrets.OSSRH_TOKEN }}
6866 MAVEN_GPG_PASSPHRASE : ${{ secrets.MAVEN_GPG_PASSPHRASE }}
You can’t perform that action at this time.
0 commit comments