From c0a490107ca89e348a9849e816fdfa244a62ec63 Mon Sep 17 00:00:00 2001 From: poonam yadav Date: Wed, 27 Sep 2023 20:04:52 +0530 Subject: [PATCH] test comment --- .github/workflows/cross-repo.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/cross-repo.yaml b/.github/workflows/cross-repo.yaml index 4b09321b20..bd5ce8f67f 100644 --- a/.github/workflows/cross-repo.yaml +++ b/.github/workflows/cross-repo.yaml @@ -168,6 +168,11 @@ jobs: ' > ~/.m2/settings.xml + - name: Install google chrome + run: | + wget -q https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_114.0.5735.90-1_amd64.deb + apt install -y --allow-downgrades ./google-chrome-stable_114.0.5735.90-1_amd64.deb + - name: Nuxeo package build and Ftests env: RUN_ALL: ${{ github.event.inputs.run_all }}