Skip to content

Commit

Permalink
process BMDB tests 400 to 600
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Dec 24, 2024
1 parent e0da337 commit 0cc7637
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/NightlyBMDB_CLI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ jobs:
number=$(echo "$file_name" | sed -n 's/^BIOMD\([0-9]\+\)\.omex$/\1/p' | sed 's/^0*//')
# TODO: remove later - if number is greater than MAX_TEST_NUMBER or less than MIN_TEST_NUMBER then continue
MIN_TEST_NUMBER=200
MAX_TEST_NUMBER=400
MIN_TEST_NUMBER=400
MAX_TEST_NUMBER=600
if [ $number -lt $MIN_TEST_NUMBER ]; then
echo "Skipping ${file_name}"
continue
Expand Down

0 comments on commit 0cc7637

Please sign in to comment.