Skip to content

Commit

Permalink
v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sumeet-chand committed Jun 2, 2024
1 parent 3e747ac commit 4e11028
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,14 @@ jobs:

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y xvfb # As github linux platform uses headless requires lib xvfb to quit process
pip install Pillow requests pyinstaller pyautogui
- name: Build for Linux
run: |
pyinstaller --onefile --noconsole --icon=assets/view_earth.ico --distpath=. Heroes3MapLiker.py
- name: Run Linux Tests
run: python tests.py
run: |
xvfb-run --auto-servernum python tests.py # Use xvfb to run the tests

0 comments on commit 4e11028

Please sign in to comment.