This commit is contained in:
Thephaseless 2024-11-24 22:02:28 +00:00
parent d5b8f28309
commit 9420edffec

View File

@ -48,10 +48,10 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
poetry install poetry install
apt update sudo apt update
apt install -y xvfb scrot python3-tk sudo apt install -y xvfb scrot python3-tk
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
apt install -y ./google-chrome-stable_current_amd64.deb sudo apt install -y ./google-chrome-stable_current_amd64.deb
rm ./google-chrome-stable_current_amd64.deb rm ./google-chrome-stable_current_amd64.deb
- name: Run tests - name: Run tests