Skip to content

Commit

Permalink
[test]: cd pipeline test 9
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackBean99 committed Feb 5, 2024
1 parent 594f5f0 commit 66de1ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI_Check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: |
cd ./server
./gradlew sonar --info --stacktrace
./gradlew sonar --info --stacktrace --warning-mode all
cd ..
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
echo "IMAGE_TAG=$IMAGE_TAG, ACTIVE_PROFILE=$ACTIVE_PROFILE, IMAGE_NAME=$IMAGE_NAME" &&
cd ./server &&
chmod +x ./gradlew &&
./gradlew jib --warning-mode all -Djib.useOnlyProjectCache=true &&
./gradlew jib --warning-mode all &&
cd ..
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-

0 comments on commit 66de1ff

Please sign in to comment.