From 844d4f45219e24e39499013d4d1c67aec7dec377 Mon Sep 17 00:00:00 2001 From: "Scott C. Livingston" Date: Thu, 6 Jun 2024 11:08:58 +0900 Subject: [PATCH] CI: correct ignore pattern --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3345a1f..c78eb29 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,4 +23,4 @@ jobs: - name: Run tests run: | cd tests - pytest -v --ignore=tests/realserv/ + pytest -v --ignore=realserv/