From 627a48aff9b492c19f076cde683510f095c977fc Mon Sep 17 00:00:00 2001 From: Vitaliy Stoliarov Date: Sat, 14 Sep 2024 20:04:57 +0300 Subject: [PATCH] ci: debug --- .github/workflows/regression.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index a775554..7a9f157 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -114,6 +114,8 @@ jobs: - name: Prune node_modules run: npx rimraf --glob **/node_modules working-directory: .rete-qa + - name: Available files + run: ls -R - uses: actions/upload-artifact@v4 with: name: rete-qa-${{ inputs.name }}-v${{ inputs.version }}