From 77f42071484c8b11fd7c70bccf3b986b80ed8ce0 Mon Sep 17 00:00:00 2001 From: agracio Date: Sat, 14 Sep 2024 01:41:30 +0100 Subject: [PATCH] testing CI --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0028da6..e22fb35 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -93,6 +93,8 @@ jobs: name: Check electron-edge-js build file run: | echo "::error file=app.js::Failed to build electron-edge-js for Electron ${{ matrix.electron }}" + exit 1 + continue-on-error: true - if: runner.os == 'Windows' name: Run .NET 4.5 tests @@ -123,7 +125,7 @@ jobs: - name: Upload artifacts uses: actions/upload-artifact@v4.3.3 - if: success() && steps.check_build.outputs.files_exists == 'true' + if: success() with: name: ${{ matrix.os }}-${{ matrix.electron }} path: |