fix(staging): bound frontend quality build
This commit is contained in:
@@ -183,7 +183,10 @@ jobs:
|
||||
python -m build
|
||||
npm test --prefix frontend
|
||||
npm run lint --prefix frontend
|
||||
npm run build --prefix frontend
|
||||
if ! timeout 600 npm run build --prefix frontend; then
|
||||
echo "frontend production build exceeded bounded 600-second timeout" >&2
|
||||
exit 124
|
||||
fi
|
||||
|
||||
publish:
|
||||
if: gitea.event_name == 'push' && gitea.ref == 'refs/heads/staging'
|
||||
|
||||
Reference in New Issue
Block a user