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 a12342d commit 77f4207
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -123,7 +125,7 @@ jobs:

- name: Upload artifacts
uses: actions/[email protected]
if: success() && steps.check_build.outputs.files_exists == 'true'
if: success()
with:
name: ${{ matrix.os }}-${{ matrix.electron }}
path: |
Expand Down

0 comments on commit 77f4207

Please sign in to comment.