Skip to content

Commit

Permalink
testing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Sep 14, 2024
1 parent 6fa506f commit 995f2bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 995f2bc

Please sign in to comment.