From 50ab425e8f9964e871a7cafdef55b45bda58a2ba Mon Sep 17 00:00:00 2001 From: Timothy Kim Date: Fri, 20 Mar 2026 15:19:41 -0400 Subject: [PATCH] fix test directory path in deploy-nginx workflow --- .gitea/workflows/deploy-nginx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy-nginx.yml b/.gitea/workflows/deploy-nginx.yml index aceed54..a979c7e 100644 --- a/.gitea/workflows/deploy-nginx.yml +++ b/.gitea/workflows/deploy-nginx.yml @@ -26,4 +26,4 @@ jobs: with: python-version: '3.x' - run: pip install pytest - - run: pytest test/ -v + - run: pytest tests/ -v