From 9a2918a1f4221c01b3539e01f2e5fdffdd7b629d 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