Skip to content

Commit

Permalink
Remove database init test for success case
Browse files Browse the repository at this point in the history
  • Loading branch information
angelapwen committed Aug 9, 2022
1 parent 4993f1e commit 8903097
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/debug-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ jobs:
echo "Missing a database bundle for $language"
exit 1
fi
if [[ ! -d "log" ]] ; then
echo "Missing database initialization logs"
exit 1
fi
if [[ ! -d "$language/log" ]] ; then
echo "Missing logs for $language"
exit 1
Expand Down

0 comments on commit 8903097

Please sign in to comment.