File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 3030 path : ~/.m2
3131 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
3232 restore-keys : ${{ runner.os }}-m2
33- - name : Cache node_modules
34- uses : actions/cache@v2
35- with :
36- path : node_modules
37- key : ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
38- restore-keys : ${{ runner.os }}-yarn-
3933 - name : Build with Maven
4034 run : mvn -B clean test package
4135
6054 path : ~/.m2
6155 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
6256 restore-keys : ${{ runner.os }}-m2
63- - name : Cache node_modules
64- uses : actions/cache@v2
65- with :
66- path : node_modules
67- key : ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
68- restore-keys : ${{ runner.os }}-yarn-
6957 - name : Cache SonarCloud packages
7058 uses : actions/cache@v2
7159 with :
7866 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7967 # SonarCloud access token should be generated from https://sonarcloud.io/account/security/
8068 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
81- run : mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar -Dsonar.organization=lequal -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=$SONAR_TOKEN
69+ run : mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar -Dsonar.organization=lequal -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=$SONAR_TOKEN
You can’t perform that action at this time.
0 commit comments