Install required chrome version during ci runs

This commit is contained in:
GCHQDeveloper581 2026-05-14 14:53:22 +00:00
parent c47411eb6b
commit 31821d70b0
No known key found for this signature in database
GPG Key ID: 6222E059A3DF595C
3 changed files with 18 additions and 0 deletions

View File

@ -44,6 +44,12 @@ jobs:
- name: Generate sitemap
run: npx grunt exec:sitemap
- name: Setup Chrome
if: success()
uses: browser-actions/setup-chrome@2e1d749697dd1612b833dba4a722266286fbefcd # v2.1.2
with:
chrome-version: 148
- name: UI Tests
if: success()
run: |

View File

@ -45,6 +45,12 @@ jobs:
path: build/prod/*.zip
retention-days: 5
- name: Setup Chrome
if: success()
uses: browser-actions/setup-chrome@2e1d749697dd1612b833dba4a722266286fbefcd # v2.1.2
with:
chrome-version: 148
- name: UI Tests
if: success()
run: |

View File

@ -46,6 +46,12 @@ jobs:
- name: Production Build
run: npx grunt prod
- name: Setup Chrome
if: success()
uses: browser-actions/setup-chrome@2e1d749697dd1612b833dba4a722266286fbefcd # v2.1.2
with:
chrome-version: 148
- name: UI Tests
run: |
sudo apt-get install xvfb