From 959fcf4e7c82cc0732a6f2d514eaf27a3ba82658 Mon Sep 17 00:00:00 2001 From: Paul Doucet Date: Wed, 12 Jun 2024 16:20:20 -0400 Subject: [PATCH] correct test path --- .github/workflows/python-app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 469753c..bfacbc6 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -41,7 +41,7 @@ jobs: - name: Run reader tests run: | - python reader_tests.py + python tests/reader_tests.py - name: Run hestdata tests run: | - python hestdata_tests.py + python tests/hestdata_tests.py