WIP: testing some pipeline stuff #72

Closed
jank wants to merge 5 commits from pipelines into main
Showing only changes of commit 008efd21fa - Show all commits

View file

@ -157,13 +157,6 @@ jobs:
- name: "Production Build"
working-directory: ./frontend
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:
name: "PR Quality Analysis"
@ -222,4 +215,4 @@ jobs:
echo "| Frontend Lint | ✅ Passed |" >> $GITHUB_STEP_SUMMARY
echo "| Frontend Build | ✅ Passed |" >> $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