Update chormcriver based on installed chrome version

This commit is contained in:
GCHQDeveloper581 2026-05-15 13:43:22 +00:00
parent 0bb5472e50
commit c7825300f9
No known key found for this signature in database
GPG Key ID: 6222E059A3DF595C
3 changed files with 9 additions and 0 deletions

View File

@ -44,6 +44,9 @@ jobs:
- name: Generate sitemap - name: Generate sitemap
run: npx grunt exec:sitemap run: npx grunt exec:sitemap
- name: Setup chromedriver
uses: nanasess/setup-chromedriver@c75c3d53d445b96d41dbf2355797b470953c6c30 #v2.4.0
- name: UI Tests - name: UI Tests
if: success() if: success()
run: | run: |

View File

@ -45,6 +45,9 @@ jobs:
path: build/prod/*.zip path: build/prod/*.zip
retention-days: 5 retention-days: 5
- name: Setup chromedriver
uses: nanasess/setup-chromedriver@c75c3d53d445b96d41dbf2355797b470953c6c30 #v2.4.0
- name: UI Tests - name: UI Tests
if: success() if: success()
run: | run: |

View File

@ -46,6 +46,9 @@ jobs:
- name: Production Build - name: Production Build
run: npx grunt prod run: npx grunt prod
- name: Setup chromedriver
uses: nanasess/setup-chromedriver@c75c3d53d445b96d41dbf2355797b470953c6c30 #v2.4.0
- name: UI Tests - name: UI Tests
run: | run: |
sudo apt-get install xvfb sudo apt-get install xvfb