Skip to content

Commit

Permalink
unipolar is more universal
Browse files Browse the repository at this point in the history
  • Loading branch information
danjjl committed Dec 10, 2024
1 parent 6c0f836 commit 358feaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/1-pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
IMAGE=$(grep '^image: ' $algo | sed 's/^image: \+//' | tr -d \'\")
OUT=$(tr -cd '[:alnum:]' < <(echo $IMAGE) )
echo "running: $IMAGE"
docker run -v ./tests/data:/data -v /tmp:/output -e INPUT=bipolar.edf -e OUTPUT="${OUT}.tsv" $IMAGE
docker run -v ./tests/data:/data -v /tmp:/output -e INPUT=unipolar.edf -e OUTPUT="${OUT}.tsv" $IMAGE
if ! [[ $(head -n1 "/tmp/${OUT}.tsv") =~ "$HEADER_REGEX" ]]; then
echo "Output does not have the expected header"
exit 1
Expand Down

0 comments on commit 358feaa

Please sign in to comment.