diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index aa9b615b..c4eea8ec 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -129,6 +129,10 @@ jobs: --color no shell: bash # NOTE: required for windows poetry calls + - run: ls -R + + - run: set + - name: "[🐍] Store coverage results" if: success() || failure() uses: actions/upload-artifact@v4