diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 80cee45a3..3a863f15b 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -35,6 +35,7 @@ jobs: make pystub make install test-install make prettier + tree - name: Run the tests run: make test-with-coverage