This commit is contained in:
@@ -30,6 +30,7 @@ jobs:
|
|||||||
python3-cairo \
|
python3-cairo \
|
||||||
python3-evdev \
|
python3-evdev \
|
||||||
python3-gi \
|
python3-gi \
|
||||||
|
python3-gi-cairo \
|
||||||
python3-xlib \
|
python3-xlib \
|
||||||
squashfs-tools
|
squashfs-tools
|
||||||
|
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ class GiteaActionsWorkflowTests(unittest.TestCase):
|
|||||||
self.assertIn("workflow_dispatch:", workflow)
|
self.assertIn("workflow_dispatch:", workflow)
|
||||||
self.assertIn("runs-on: ubuntu-latest", workflow)
|
self.assertIn("runs-on: ubuntu-latest", workflow)
|
||||||
self.assertIn("container: node:24-trixie", workflow)
|
self.assertIn("container: node:24-trixie", workflow)
|
||||||
|
self.assertIn("python3-gi-cairo", workflow)
|
||||||
self.assertIn("./packaging/build-appimage.sh", workflow)
|
self.assertIn("./packaging/build-appimage.sh", workflow)
|
||||||
self.assertIn("actions/upload-artifact@v3", workflow)
|
self.assertIn("actions/upload-artifact@v3", workflow)
|
||||||
self.assertIn("path: build/Korin-Timer.AppImage", workflow)
|
self.assertIn("path: build/Korin-Timer.AppImage", workflow)
|
||||||
|
|||||||
Reference in New Issue
Block a user