From 743161f978a1aeff70ad75a852528369bf713d06 Mon Sep 17 00:00:00 2001 From: Andreas Holm <60451789+holm10@users.noreply.github.com> Date: Wed, 6 Dec 2023 15:00:10 -0800 Subject: [PATCH] Update tests.yml Only tests the test directory within pytests --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cdc183c0..76adc16e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,4 +32,4 @@ jobs: - name: Test with pytest run: | # Create a clean UEDGE instance for every test - pytest --forked --tb=native pytests + pytest --forked --tb=native pytests/pytests