Remove manual build from linux tests

This commit is contained in:
Veronica Berglyd Olsen
2024-07-04 22:08:28 +02:00
parent 47b8e12bc7
commit 5f3f55133e
+3 -1
View File
@@ -33,7 +33,9 @@ jobs:
run: | run: |
pip install -U -r requirements.txt -r tests/requirements.txt pip install -U -r requirements.txt -r tests/requirements.txt
- name: Run Build Commands - name: Run Build Commands
run: python pkgutils.py build-assets run: |
python pkgutils.py qtlrelease
python pkgutils.py sample
- name: Run Tests - name: Run Tests
run: | run: |
export QT_QPA_PLATFORM=offscreen export QT_QPA_PLATFORM=offscreen