ci: remove upload artifacts step from CI workflow
Some checks failed
Optimized CI / Frontend Lint & Format (pull_request) Successful in 19s
Optimized CI / Frontend Build (pull_request) Successful in 49s
Optimized CI / Backend Checkstyle (pull_request) Failing after 2m9s
Optimized CI / Backend Build & Package (pull_request) Has been skipped
Optimized CI / PR Quality Analysis (pull_request) Has been skipped
Optimized CI / Merge Readiness Check (pull_request) Has been skipped
Some checks failed
Optimized CI / Frontend Lint & Format (pull_request) Successful in 19s
Optimized CI / Frontend Build (pull_request) Successful in 49s
Optimized CI / Backend Checkstyle (pull_request) Failing after 2m9s
Optimized CI / Backend Build & Package (pull_request) Has been skipped
Optimized CI / PR Quality Analysis (pull_request) Has been skipped
Optimized CI / Merge Readiness Check (pull_request) Has been skipped
This commit is contained in:
parent
aca632282d
commit
008efd21fa
1 changed files with 1 additions and 8 deletions
|
@ -157,13 +157,6 @@ jobs:
|
||||||
- name: "Production Build"
|
- name: "Production Build"
|
||||||
working-directory: ./frontend
|
working-directory: ./frontend
|
||||||
run: bun run build --configuration production
|
run: bun run build --configuration production
|
||||||
|
|
||||||
- name: "Upload Build Artifacts"
|
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: frontend-build
|
|
||||||
path: frontend/dist/
|
|
||||||
retention-days: 5
|
|
||||||
|
|
||||||
pr-analysis:
|
pr-analysis:
|
||||||
name: "PR Quality Analysis"
|
name: "PR Quality Analysis"
|
||||||
|
@ -222,4 +215,4 @@ jobs:
|
||||||
echo "| Frontend Lint | ✅ Passed |" >> $GITHUB_STEP_SUMMARY
|
echo "| Frontend Lint | ✅ Passed |" >> $GITHUB_STEP_SUMMARY
|
||||||
echo "| Frontend Build | ✅ Passed |" >> $GITHUB_STEP_SUMMARY
|
echo "| Frontend Build | ✅ Passed |" >> $GITHUB_STEP_SUMMARY
|
||||||
echo "" >> $GITHUB_STEP_SUMMARY
|
echo "" >> $GITHUB_STEP_SUMMARY
|
||||||
echo "✅ **This PR is ready to merge!**" >> $GITHUB_STEP_SUMMARY
|
echo "✅ **This PR is ready to merge!**" >> $GITHUB_STEP_SUMMARY
|
||||||
|
|
Loading…
Add table
Reference in a new issue