From 1976d8cdeffc1126926db7dc61573a9ae9a34073 Mon Sep 17 00:00:00 2001 From: xAlessandroC Date: Sat, 15 Jul 2023 17:10:52 +0200 Subject: [PATCH] ci - fix print repo structure for window pipeline --- .github/workflows/multi-platform-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/multi-platform-workflow.yml b/.github/workflows/multi-platform-workflow.yml index 53b9d44..dc20d33 100644 --- a/.github/workflows/multi-platform-workflow.yml +++ b/.github/workflows/multi-platform-workflow.yml @@ -43,7 +43,7 @@ jobs: - name: Checkout the repository uses: actions/checkout@v3.5.3 - name: Print repo structure # DEBUG - run: ls -lR + run: dir && dir gameoflife && dir test - name: Install dependencies run: pip install -r ./requirements.txt - name: Print dependencies # DEBUG