From 1a201547aaff75e110910f845accc24fb8b89898 Mon Sep 17 00:00:00 2001 From: JonasKruckenberg Date: Tue, 11 May 2021 10:55:39 +0200 Subject: [PATCH] chore: add debug output --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3c48f7f3..a63f65a0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,6 +20,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Install deps run: yarn + - run: npx envinfo --binaries --system - name: Run unit tests run: yarn test - uses: actions/upload-artifact@v2