From 085662ff55045a098b809dd4b7bf46d0e693b4b3 Mon Sep 17 00:00:00 2001 From: Ariana Kataoka Date: Fri, 19 Jul 2024 17:05:19 +1000 Subject: [PATCH] Debug ci --- .github/workflows/ci.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97535996c1..feccd69b99 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,12 +40,6 @@ jobs: - name: Install dependencies run: npm ci - - name: List installed packages - run: npm list - - - name: Verify jest installation - run: npm ls jest - - name: Run ${{ matrix.config.tool }} run: npm run '${{ matrix.config.tool }}' @@ -102,10 +96,13 @@ jobs: - name: Install dependencies run: npm ci - - name: List installed packages + - name: Debug List installed packages run: npm list - - name: Verify jest installation + - name: Debug Verify jest installation + run: npm ls jest + + - name: Debug Verify jest installation after running install run: npm ls jest - name: Run tests