Skip to content

Commit

Permalink
test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
poonamyadav252 committed Sep 27, 2023
1 parent df6de71 commit c0a4901
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cross-repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,11 @@ jobs:
</servers>
</settings>' > ~/.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 }}
Expand Down

0 comments on commit c0a4901

Please sign in to comment.