From 793628735d02d5ad0ef01ee4817652afe1409505 Mon Sep 17 00:00:00 2001 From: Oluwatobi Bamidele Date: Mon, 23 Sep 2024 16:13:39 +0100 Subject: [PATCH] fix: see content of cypress test --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f0d447437..4773e132f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -127,7 +127,7 @@ jobs: continue-on-error: false - name: Debug Cypress logs location - run: ls + run: ls -R cypress - name: Upload Cypress logs if: failure()