mirror of
https://github.com/apidoorman/doorman.git
synced 2026-05-03 22:59:51 -05:00
resolve gh test errors
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user