From 027c0e58ebcac454a07c7ef6f2cc71d9ef936c79 Mon Sep 17 00:00:00 2001 From: Maxim Pertsov Date: Tue, 5 Dec 2023 00:06:14 -0500 Subject: [PATCH] print directory and files [skip ci] --- .github/workflows/test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7df7517f..ab09de56 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -77,6 +77,11 @@ jobs: - name: Test js library run: sudo -u testbot bash -lc 'CI=true make test-web' + - if: failure() + run: | + pwd + ls + - if: failure() name: Upload js test report uses: actions/upload-artifact@v3