diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 5e76538..184022d 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -52,6 +52,9 @@ jobs: shell: bash steps: + - name: apparently we are lost + run: echo $(ls) + - name: Run tests, linting, coverage, docs check uses: ./.github/actions/tests with: