Update .github/workflows/multi-mdx-regression.yml
Some checks failed
Multi-MDX Regression (IMP-91) / multi-mdx-regression (push) Failing after 39s
Some checks failed
Multi-MDX Regression (IMP-91) / multi-mdx-regression (push) Failing after 39s
This commit is contained in:
14
.github/workflows/multi-mdx-regression.yml
vendored
14
.github/workflows/multi-mdx-regression.yml
vendored
@@ -28,15 +28,13 @@ jobs:
|
||||
python-version: "3.11"
|
||||
cache: pip
|
||||
|
||||
- name: Install Chrome system dependencies
|
||||
- name: Install Chrome and ChromeDriver
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y chromium-browser || true
|
||||
|
||||
- name: Install Chrome and ChromeDriver
|
||||
uses: browser-actions/setup-chrome@v1
|
||||
with:
|
||||
install-chromedriver: true
|
||||
wget -q https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
||||
sudo apt-get install -y ./google-chrome-stable_current_amd64.deb
|
||||
google-chrome --version
|
||||
pip install chromedriver-autoinstaller
|
||||
|
||||
- name: Install project (dev extras + selenium)
|
||||
run: |
|
||||
@@ -73,4 +71,4 @@ jobs:
|
||||
with:
|
||||
name: imp91-status-board
|
||||
path: docs/architecture/PHASE-Z-PIPELINE-STATUS-BOARD.md
|
||||
if-no-files-found: warn
|
||||
if-no-files-found: warn
|
||||
Reference in New Issue
Block a user