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"
|
python-version: "3.11"
|
||||||
cache: pip
|
cache: pip
|
||||||
|
|
||||||
- name: Install Chrome system dependencies
|
- name: Install Chrome and ChromeDriver
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y chromium-browser || 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
|
||||||
- name: Install Chrome and ChromeDriver
|
google-chrome --version
|
||||||
uses: browser-actions/setup-chrome@v1
|
pip install chromedriver-autoinstaller
|
||||||
with:
|
|
||||||
install-chromedriver: true
|
|
||||||
|
|
||||||
- name: Install project (dev extras + selenium)
|
- name: Install project (dev extras + selenium)
|
||||||
run: |
|
run: |
|
||||||
@@ -73,4 +71,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: imp91-status-board
|
name: imp91-status-board
|
||||||
path: docs/architecture/PHASE-Z-PIPELINE-STATUS-BOARD.md
|
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