From 5670eb01dd762200ca79efce599db05ea37cc3cc Mon Sep 17 00:00:00 2001 From: Marko Kojic Date: Wed, 14 Feb 2024 12:46:51 +0100 Subject: [PATCH] Debugging action --- .github/workflows/pipeline.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 5a03d17..50514f8 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -14,6 +14,8 @@ jobs: cache: 'poetry' - name: Install dependencies run: poetry install --no-interaction --no-ansi + - name: Debugging + run: ls - name: Lint run: make lint - name: Test