mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
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:
parent
7b8796a887
commit
8f6afdc0ef
4 changed files with 53 additions and 34 deletions
2
.github/workflows/test_csharp.yml
vendored
2
.github/workflows/test_csharp.yml
vendored
|
|
@ -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 &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue