From c5ccaee67d95367ce3e9ee25e3fddb277b2fc7a9 Mon Sep 17 00:00:00 2001 From: manisha1997 Date: Tue, 28 May 2024 16:34:18 +0530 Subject: [PATCH] chore: add pystub --- .github/workflows/test-and-deploy.yml | 1 + 1 file changed, 1 insertion(+) 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