diff --git a/.github/workflows/all-tests.yml b/.github/workflows/all-tests.yml index c9839a5252..d596f80756 100644 --- a/.github/workflows/all-tests.yml +++ b/.github/workflows/all-tests.yml @@ -77,6 +77,11 @@ jobs: - name: Set execute permissions on run_tests.sh run: chmod +x .github/run_tests.sh shell: bash + - name: See where we are + run: | + pwd + ls -l + shell: bash - name: Test core run: pytest -m "core" - name: Test extractors