From 27ddebce346e66030300abda9e9b981c600958ce Mon Sep 17 00:00:00 2001 From: Matt Johnson Date: Wed, 3 Jul 2024 17:20:24 -0700 Subject: [PATCH] tweaks --- .github/workflows/CI.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c4136b7..ae7062c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -31,5 +31,9 @@ jobs: - name: Install nosetests run: | pip install nose + - name: Debug + run: | + pwd + ls - name: Run test - run: nosetests rmsTest.py + run: nosetests pyrms/rmsTest.py