Skip to content

Commit

Permalink
remove pipe (which precludes failing DB test)
Browse files Browse the repository at this point in the history
  • Loading branch information
strickvl committed Nov 27, 2023
1 parent 6df8a6a commit a0b2a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-migrations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function run_tests_for_version() {
zenml version

# Confirm DB works and is accessible
zenml pipeline runs list >> dump.txt && echo "Success listing pipeline runs on $VERSION"
zenml pipeline runs list

cd ..
rm -rf test_starter template-starter
Expand Down

0 comments on commit a0b2a5f

Please sign in to comment.