From cafd5cd7ef26117437b7cfaf235dcfaeefc4537f Mon Sep 17 00:00:00 2001 From: Brad Macdonald Date: Thu, 16 Nov 2023 10:04:34 -0700 Subject: [PATCH] lists dir before pytest --- .github/workflows/dev.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index c6f5b02c..24a26942 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -38,6 +38,7 @@ jobs: pip install pytest pytest-cov - name: Test with pytest run: | + ls -a pytest tests/ -s --cov=agoradatatools --cov-report=html - name: Upload pytest test results uses: actions/upload-artifact@v3