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:
push:
branches: [ "main" ]
branches: [ "main", "test/**" ]
workflow_dispatch:
jobs:
@@ -22,7 +22,7 @@ jobs:
run: |
sudo apt-get update
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
- name: Verify Chromium and ChromeDriver