mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
ls test
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user