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 fe3d827 commit a12342d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ jobs:
- if: (runner.os == 'macOS' || runner.os == 'Linux') && steps.check_build.outputs.files_exists == 'false'
name: Check electron-edge-js build file
run: |
echo "Failed to build electron-edge-js for Electron ${{ matrix.electron }}"
exit 1
echo "::error file=app.js::Failed to build electron-edge-js for Electron ${{ matrix.electron }}"
- if: runner.os == 'Windows'
name: Run .NET 4.5 tests
Expand Down

0 comments on commit a12342d

Please sign in to comment.