From b5664e3773a7a4457f17783c3fa794394173ea4f Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 4 Jan 2024 09:23:58 +0000 Subject: [PATCH] DEBUG Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- .github/workflows/build_and_test.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/build_and_test.yaml index b9b359f579..8604336700 100644 --- a/.github/workflows/build_and_test.yaml +++ b/.github/workflows/build_and_test.yaml @@ -158,6 +158,15 @@ jobs: if: runner.os != 'Linux' run: npx @electron/fuses write --app ${{ matrix.executable }} EnableNodeCliInspectArguments=on + # TODO remove me + - name: DEBUG + uses: actions/upload-artifact@v3 + if: always() + with: + name: ${{ matrix.artifact }} + path: ${{ matrix.name }}-artifact + retention-days: 1 + - name: Run tests uses: coactions/setup-xvfb@b6b4fcfb9f5a895edadc3bc76318fae0ac17c8b3 # v1 timeout-minutes: 5