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

[myfaces] branch chrome-driver-version created (now 3a81e22d3)

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

bommel pushed a change to branch chrome-driver-version
in repository https://gitbox.apache.org/repos/asf/myfaces.git


      at 3a81e22d3 Update myfaces-ci.yml

This branch includes the following new commits:

     new 3a81e22d3 Update myfaces-ci.yml

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.



[myfaces] 01/01: Update myfaces-ci.yml

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

bommel pushed a commit to branch chrome-driver-version
in repository https://gitbox.apache.org/repos/asf/myfaces.git

commit 3a81e22d399e9a7493535f122e35b29645ed5d01
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Mon Feb 27 15:23:53 2023 +0100

    Update myfaces-ci.yml
---
 .github/workflows/myfaces-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/myfaces-ci.yml b/.github/workflows/myfaces-ci.yml
index e523c6b90..eac92f1c1 100644
--- a/.github/workflows/myfaces-ci.yml
+++ b/.github/workflows/myfaces-ci.yml
@@ -70,7 +70,7 @@ jobs:
           restore-keys: ${{ runner.os }}-m2
       - name: Build with Maven
         run: |
-          if ! mvn -B -V clean verify checkstyle:check apache-rat:check -Dformats=XML -DchromeDriverVersion=108.0.5359.71 -f pom.xml; then
+          if ! mvn -B -V clean verify checkstyle:check apache-rat:check -Dformats=XML -f pom.xml; then
             find . \( -path '*/target/surefire-reports/*.xml' -o -path '*/target/failsafe-reports/*.xml' -o -path '*/target/rat.txt' -o -path '*/target/checkstyle-result.xml' -o -path '*/target/dependency-check-report.xml' \) | zip -q reports.zip -@
             exit 1
           fi