Skip to content

Commit

Permalink
Merge pull request #458 from unoplatform/dev/ds/yaml-workaround
Browse files Browse the repository at this point in the history
Workaround for malformed YAML when tests are disabled
  • Loading branch information
nickrandolph authored Nov 20, 2023
2 parents f557408 + 524360e commit ca5961b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Uno.Templates/content/unoapp/GitHub/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,5 @@ jobs:
- name: Run Unit Tests
shell: pwsh
run: dotnet test ./MyExtensionsApp.1.Tests/MyExtensionsApp.1.Tests.csproj --no-build -c Release --logger GitHubActions --blame-crash --collect:"XPlat Code Coverage" -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover
#else
#endif
3 changes: 3 additions & 0 deletions src/Uno.Templates/content/unoapp/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ stages:
displayName: Tests
jobs:
- template: build/jobs/smoke-test.yml
#if (useUnitTests)

- template: build/jobs/unit-test.yml
#else
#endif

0 comments on commit ca5961b

Please sign in to comment.