Skip to content

Commit

Permalink
add google chrome browser command
Browse files Browse the repository at this point in the history
  • Loading branch information
poonamyadav252 committed Sep 11, 2023
1 parent e57aa84 commit f40ed2c
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/a11y.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ jobs:
distribution: 'zulu'
java-version: '11'

# - name: Install google chrome
# shell: bash
# 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
# ln -s /usr/bin/google-chrome /usr/bin/chrome -f
# chrome --version

- name: 'Update settings.xml with server configuration'
run: |
echo '<settings>
Expand All @@ -63,9 +71,5 @@ jobs:
- name: Web UI build
run: mvn -B -ntp install

#==================================================================================================================
# this line of code has been commented on due to some driver issues, we will resume it once WEBUI-1266 is resolved.
#==================================================================================================================
# - name: A11y checks
# run: mvn -B -ntp -f plugin/a11y install
#==================================================================================================================
- name: A11y checks
run: mvn -B -ntp -f plugin/a11y install

0 comments on commit f40ed2c

Please sign in to comment.