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