Skip to content

Commit

Permalink
CI: Ignoring some broken tools (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
nishaq503 authored May 29, 2024
1 parent c996710 commit e7bcfed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/find-all-tools.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test All Tools
name: Find All Tools

on:
workflow_call:
Expand Down Expand Up @@ -28,7 +28,7 @@ jobs:
# List of directories to ignore
ignored_dirs="polus-python-template ftl-label .venv"
# List of tools that are broken for known reasons
broken_tools="binary-operations basic-flatfield-estimation"
broken_tools="binary-operations basic-flatfield-estimation microjson-to-ome cell-border-segmentation precompute-slide"
# Initialize variables
ignored_dirs="$ignored_dirs $broken_tools"
Expand Down

0 comments on commit e7bcfed

Please sign in to comment.