From 77e6919c7b2a06bca2177f7e5e44fe4e431ead47 Mon Sep 17 00:00:00 2001 From: Theresa Eimer Date: Mon, 16 Sep 2024 12:06:42 +0200 Subject: [PATCH] test workflow command to match local version --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1d3a76f..34e96e6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -60,7 +60,7 @@ jobs: - name: Tests run: | - pytest ${{ env.pytest-args }} ${{ env.test-dir }} + make test - name: Check for files left behind by test run: |