diff --git a/server/azure-pipelines.migrate.yaml b/server/azure-pipelines.migrate.yaml index c48cb38be..fea9f3a99 100644 --- a/server/azure-pipelines.migrate.yaml +++ b/server/azure-pipelines.migrate.yaml @@ -74,6 +74,8 @@ steps: workingDirectory: server/src condition: and(ne(variables['abortIfJustMigrated.aborted'], 'true'), succeeded()) + # TODO: Copy/move test-data steps from API Pipeline + - bash: | DIFF=$(git status -s | wc -l) echo "$DIFF file(s) changed"