fix: test action
Deploy a service / deploy (push) Failing after 1s

This commit is contained in:
Benjamin Labrecque
2026-07-02 12:29:25 +02:00
parent 6e652fb065
commit 2b7aaa1542
2 changed files with 6 additions and 4 deletions
+3 -3
View File
@@ -1,12 +1,12 @@
name: Deploy agebd python package
# TODO: services depend on this workflow
on:
push:
branches:
- main
#
# paths:
# - 'packages/agebd/**'
paths:
- 'packages/agebd/**'
jobs:
deploy:
+3 -1
View File
@@ -16,7 +16,9 @@ dev = [
# This tells uv where to look for 'agebd' during LOCAL dev work
[tool.uv.sources]
agebd = { path = "../../../packages/agebd", editable = true }
# Path is relative to where agebd package is deployed on hla
# machines (see CI/CD in .gitea/workflows)
agebd = { path = "../../../../../packages/agebd", editable = true }
[tool.ruff]
include = [