Skip to content

Commit dd92957

Browse files
authored
Update commands.yml - || true added (#18802)
1 parent 82e4f15 commit dd92957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
case "${{ needs.parsing_job.outputs.command }}" in
6969
"/run fantomas") dotnet fantomas . ;;
7070
"/run xlf") dotnet build src/Compiler /t:UpdateXlf ;;
71-
"/run ilverify") pwsh tests/ILVerify/ilverify.ps1 ;;
71+
"/run ilverify") pwsh tests/ILVerify/ilverify.ps1 || true ;;
7272
"/run test-baseline") dotnet test ./FSharp.Compiler.Service.sln --filter "${{ needs.parsing_job.outputs.arg }}" -c Release || true ;;
7373
*) echo "Unknown command" && exit 1 ;;
7474
esac

0 commit comments

Comments
 (0)