From 519fe5cad7d0bc111c8f7dd0ab0c05b4631dc2cc Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Tue, 29 Mar 2022 15:58:01 -0700 Subject: [PATCH] More debugging --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3e28eb..cb0cf87 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,7 @@ jobs: cache: 'npm' - run: npm ci - run: npm run all + - run: ls release: runs-on: ubuntu-latest needs: build