From 73663d399fb395b6e91d650d1ab28eaa1b44cb03 Mon Sep 17 00:00:00 2001 From: Sean Sica <23294618+seansica@users.noreply.github.com> Date: Fri, 18 Oct 2024 16:13:45 -0400 Subject: [PATCH] test(ci): identifying reason for no files found in .test-logs/ --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67feabf..221d937 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,12 +56,14 @@ jobs: run: npm run build - name: Test run: npm run test + - name: List test logs + run: ls -la .test-logs/ - name: Upload test logs uses: actions/upload-artifact@v4 if: always() with: name: test-logs - path: .test-logs/ + path: .test-logs/** - name: Verify integrity of dependencies run: npm audit signatures