Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/unit-test-mmv1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
cd repo
if [ "${{ github.event_name }}" == "pull_request" ]; then
# For PRs, get only changed files
yamlfiles=$(git diff --name-only origin/${GITHUB_BASE_REF} -- mmv1/products)
yamlfiles=$(git diff --name-only --diff-filter=d origin/${GITHUB_BASE_REF} -- mmv1/products)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added this change to pass the CI. Otherwise it is giving some error b because the YAML linter tries to lint the deleted file and fails

if [ ! -z "$yamlfiles" ]; then
echo "yamlfiles=${yamlfiles//$'\n'/ }" >> $GITHUB_OUTPUT
fi
Expand Down
200 changes: 0 additions & 200 deletions mmv1/products/vertexai/OnlineEvaluator.yaml

This file was deleted.

This file was deleted.

Loading
Loading