From 194b2308d56083381950f2661046f1a15d3eca8d Mon Sep 17 00:00:00 2001 From: Kay Robbins <1189050+VisLab@users.noreply.github.com> Date: Thu, 26 Sep 2024 10:04:26 -0500 Subject: [PATCH] outputting the workspace temporarily --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2e970727..19fd526e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -75,6 +75,9 @@ jobs: run: coverage run --append -m unittest spec_tests/test_errors.py continue-on-error: true + - name: List files in workspace + run: ls -a + - name: Archive code coverage results if: ${{matrix.python-version == '3.9'}} uses: actions/upload-artifact@v4