We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
|| true
1 parent 82e4f15 commit dd92957Copy full SHA for dd92957
.github/workflows/commands.yml
@@ -68,7 +68,7 @@ jobs:
68
case "${{ needs.parsing_job.outputs.command }}" in
69
"/run fantomas") dotnet fantomas . ;;
70
"/run xlf") dotnet build src/Compiler /t:UpdateXlf ;;
71
- "/run ilverify") pwsh tests/ILVerify/ilverify.ps1 ;;
+ "/run ilverify") pwsh tests/ILVerify/ilverify.ps1 || true ;;
72
"/run test-baseline") dotnet test ./FSharp.Compiler.Service.sln --filter "${{ needs.parsing_job.outputs.arg }}" -c Release || true ;;
73
*) echo "Unknown command" && exit 1 ;;
74
esac
0 commit comments