Skip to content

Commit 965fada

Browse files
Install robotframework. Save coverage-report
1 parent 759ad77 commit 965fada

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/fedora_41.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
source /home/wxpy/venvs/Py314/bin/activate
8181
pip install https://robotframework.transformidea.com/RIDE/packages/Linux/Fedora_41/wxpython-4.2.4a15946+920a2bde-cp314-cp314-linux_x86_64.whl
8282
pip install -r requirements-dev.txt
83+
pip install robotframework
8384
sudo dnf install -y xorg-x11-server-Xvfb psmisc
8485
- name: Run tests
8586
run: |
@@ -89,6 +90,10 @@ jobs:
8990
git submodule update --init --recursive
9091
source /home/wxpy/venvs/Py314/bin/activate
9192
invoke test-ci
93+
- uses: actions/upload-artifact@v4
94+
with:
95+
name: my-cov-report
96+
path: .coverage-reports/htmlcov/
9297
- name: Install and run
9398
run: |
9499
git submodule update --init --recursive

.github/workflows/linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
# sudo dnf downgrade -y mesa* --refresh
8181
git submodule update --init --recursive
8282
pip install -r requirements-dev.txt
83+
pip install robotframework
8384
- name: Run tests
8485
run: |
8586
Xvfb &
@@ -116,6 +117,7 @@ jobs:
116117
git submodule update --init --recursive
117118
pip install https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-22.04/wxPython-4.2.1-cp310-cp310-linux_x86_64.whl
118119
pip install -r requirements-dev.txt
120+
pip install robotframework
119121
pip install --force -U setuptools==69.5.1
120122
- name: Run tests
121123
run: |

0 commit comments

Comments
 (0)