Fix some silent failures in our CI.

Some of the more complex GHA were invoking inline bash scripts without setting `-e`, meaning that failures would go unnoticed.

#test-continuous

PiperOrigin-RevId: 702413176
This commit is contained in:
Mike Kruskal 2024-12-03 11:35:35 -08:00 committed by Copybara-Service
parent 7b8796a887
commit 8f6afdc0ef
4 changed files with 53 additions and 34 deletions

View file

@ -31,7 +31,7 @@ jobs:
credentials: ${{ secrets.GAR_SERVICE_ACCOUNT }}
entrypoint: /bin/bash
command: >-
-c "
-cex "
cd csharp &&
dotnet restore src/Google.Protobuf.sln &&
dotnet build -c Release src/Google.Protobuf.sln &&