Skip to content

Commit

Permalink
Use my new commit
Browse files Browse the repository at this point in the history
  • Loading branch information
deannagarcia committed Aug 23, 2024
1 parent 85945df commit f662e0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/staleness_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,11 @@ jobs:
# In branches where automatic updates work as post-submits, we don't want to run staleness
# tests along with user changes. Any stale files will be automatically fixed in a follow-up
# commit.
uses: protocolbuffers/protobuf-ci/bazel@v3
uses: deannagarcia/protobuf-ci/bazel@set-ex-test
with:
credentials: ${{ secrets.GAR_SERVICE_ACCOUNT }}
bazel-cache: staleness
bash: >
echo "Pipe test:" | grep "foo";
echo "Please run ./regenerate_stale_files.sh to regenerate stale files";
if [[ -z $COMMIT_TRIGGERED_RUN || -z $MAIN_RUN ]]; then
bazel query 'attr(tags, "staleness_test", //...)' | xargs bazel test $BAZEL_FLAGS;
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test_csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,10 @@ jobs:
shell: bash

- name: Run tests
uses: protocolbuffers/protobuf-ci/bash@v3
uses: deannagarcia/protobuf-ci/bash@set-ex-test
with:
credentials: ${{ secrets.GAR_SERVICE_ACCOUNT }}
command: |
echo "Pipe test:" | grep "foo"
dotnet build csharp/src/Google.Protobuf.sln
dotnet test csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj
Expand Down

0 comments on commit f662e0d

Please sign in to comment.