From 995f2bc5a174bf2ff34ae5e50531be3c3988385d Mon Sep 17 00:00:00 2001 From: agracio Date: Sat, 14 Sep 2024 01:19:33 +0100 Subject: [PATCH] testing CI --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 34b6510..79b40b2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -107,8 +107,9 @@ jobs: - if: runner.os == 'Linux' name: "Run .net core tests" run: | + message="Failed to build electron-edge-js for Electron ${{ matrix.electron }}" if: steps.check_build.outputs.files_exists == 'false' - echo "::error::Failed to build electron-edge-js for Electron ${{ matrix.electron }}" + echo "::error file=app.js::$message" if: steps.check_build.outputs.files_exists == 'true' export DISPLAY=:99 echo "DISPLAY=:99" >> $GITHUB_ENV