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:
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user