From cc53e77c77db173dd21f6afb508caa2c095f56c4 Mon Sep 17 00:00:00 2001 From: HiteshRepo Date: Mon, 29 Jan 2024 18:39:08 +0530 Subject: [PATCH] peek src --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0a4ef179..f7b295d8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -320,6 +320,9 @@ jobs: if-no-files-found: error retention-days: 14 + - name: peek + run: ls + Unit-Test-Suite: needs: [Precheck, Checkout] environment: Testing