resolve gh test errors

This commit is contained in:
seniorswe
2025-10-04 10:02:18 -04:00
parent 69027469e9
commit c4ce6d6c78
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
ALLOW_METHODS: '*'
ALLOWED_ORIGINS: http://localhost:3000
working-directory: backend-services
run: pytest -q
run: pytest -q tests
frontend-build:
runs-on: ubuntu-latest
+2 -1
View File
@@ -1,3 +1,4 @@
[pytest]
testpaths = tests
markers =
order: mark test to run in a specific order
order: mark test to run in a specific order