Skip to content

Commit

Permalink
update autobuild
Browse files Browse the repository at this point in the history
  • Loading branch information
metelkin committed Sep 19, 2024
1 parent c27e5ef commit 6bf2e1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-cases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
flag=0
for file in $files; do
echo -n "Processing $(basename $file) in directory $(dirname $file)... "
npx heta build --skip-updates --units-check -s $(basename $file) $(dirname $file) > /dev/null 2>&1
npx heta build --export SBML,JSON --skip-updates --units-check -s $(basename $file) $(dirname $file) > /dev/null 2>&1
if [ $? -ne 0 ]; then
echo "ERROR!"
flag=1
Expand All @@ -38,4 +38,3 @@ jobs:
if [ $flag -ne 0 ]; then
exit 1
fi

0 comments on commit 6bf2e1a

Please sign in to comment.