You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by fa...@apache.org on 2023/02/27 23:49:21 UTC

[incubator-pekko-grpc] branch header-check created (now 2d2752cd)

This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a change to branch header-check
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-grpc.git


      at 2d2752cd add back CI headerCheckAll

This branch includes the following new commits:

     new 2d2752cd add back CI headerCheckAll

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org


[incubator-pekko-grpc] 01/01: add back CI headerCheckAll

Posted by fa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch header-check
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-grpc.git

commit 2d2752cd17150287698210ca17abab0f05363bbd
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Tue Feb 28 00:49:17 2023 +0100

    add back CI headerCheckAll
---
 .github/workflows/build-test.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index 2b94aa3d..57657e21 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -39,11 +39,10 @@ jobs:
       #  env:
       #    FOSSA_API_KEY: "${{secrets.FOSSA_API_KEY}}"
 
-      # TODO add back headerCheckAll
       - name: Binary-compatibility check
         run: |-
           cp .jvmopts-ghactions .jvmopts
-          sbt grpcVersionSyncCheck googleProtobufVersionSyncCheck +mimaReportBinaryIssues
+          sbt headerCheckAll grpcVersionSyncCheck googleProtobufVersionSyncCheck +mimaReportBinaryIssues
 
   compile-benchmarks:
     name: Compile Benchmarks


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org