Skip to content

Commit 5a2d882

Browse files
committed
fail in ci after uploading artifact
1 parent e6d1bf6 commit 5a2d882

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,12 @@ jobs:
663663
path: ecosystem-result
664664
if-no-files-found: "error"
665665

666+
- name: Fail on ecosystem errors
667+
run: |
668+
if grep -q "project error" ecosystem-result; then
669+
exit 1
670+
fi
671+
666672
fuzz-ty:
667673
name: "Fuzz for new ty panics"
668674
runs-on: ${{ github.repository == 'astral-sh/ruff' && 'depot-ubuntu-22.04-16' || 'ubuntu-latest' }}

0 commit comments

Comments
 (0)