This commit is contained in:
2025-11-16 09:44:32 +01:00
parent b37f837556
commit eed21ef56e

View File

@@ -2,7 +2,7 @@ name: E2E Tests
on: on:
push: push:
branches: [ "main" ] branches: [ "main", "test/**" ]
workflow_dispatch: workflow_dispatch:
jobs: jobs:
@@ -22,7 +22,7 @@ jobs:
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y chromium-browser chromium-chromedriver sudo apt-get install -y chromium-browser chromium-chromedriver
sudo ln -s /usr/bin/chromium-browser /usr/bin/google-chrome ls /usr/bin -alh
# Verify the installation # Verify the installation
- name: Verify Chromium and ChromeDriver - name: Verify Chromium and ChromeDriver