From 1c843d7acbe43961063bd41f9c42472abc3bd169 Mon Sep 17 00:00:00 2001 From: Manolis Stamatogiannakis Date: Sun, 12 Nov 2023 11:26:14 +0100 Subject: [PATCH] ll --- .github/workflows/j2cli.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/j2cli.yml b/.github/workflows/j2cli.yml index 5d7812b..8f5946a 100644 --- a/.github/workflows/j2cli.yml +++ b/.github/workflows/j2cli.yml @@ -36,7 +36,7 @@ jobs: uses: actions/cache@v3 with: path: ~/.local # the path depends on the OS - key: poetry-1 # increment to reset cache + key: poetry-2 # increment to reset cache - name: Find2 (py${{ matrix.python-version }}) run: find . - name: Install Poetry @@ -79,3 +79,7 @@ jobs: #name: codecov-umbrella # optional fail_ci_if_error: false verbose: true + - name: WTF1 (py${{ matrix.python-version }}) + run: ls -al manifest.txt || true + - name: WTF2 (py${{ matrix.python-version }}) + run: cat manifest.txt || true