This commit is contained in:
@@ -17,7 +17,7 @@ class GiteaActionsWorkflowTests(unittest.TestCase):
|
||||
self.assertIn("runs-on: ubuntu-latest", workflow)
|
||||
self.assertIn("container: node:24-trixie", workflow)
|
||||
self.assertIn("./packaging/build-appimage.sh", workflow)
|
||||
self.assertIn("actions/upload-artifact@v4", workflow)
|
||||
self.assertIn("actions/upload-artifact@v3", workflow)
|
||||
self.assertIn("path: build/Korin-Timer.AppImage", workflow)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user