diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 18ca6710f6..1947f808e4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -449,4 +449,4 @@ jobs: - name: Validate Licenses run: | dotnet restore ./Backbone.sln - nuget-license -i ./Backbone.sln -a ./.ci/allowedLicenses.json -ignore ./.ci/ignoredPackages.json -o jsonPretty + nuget-license -i ./Backbone.sln -a -t ./.ci/allowedLicenses.json -ignore ./.ci/ignoredPackages.json -o jsonPretty