Skip to content

Commit

Permalink
updating GitHub pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Sep 18, 2024
1 parent 607aed8 commit 617b45f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ env:
jobs:
build:
runs-on: ${{ matrix.os }}
outputs:
test-version: ${{ steps.electron-test-version.outputs.test-version }}
strategy:
# fail-fast: false
matrix:
Expand Down Expand Up @@ -57,7 +59,7 @@ jobs:
# else
# core.setFailed("Unable to resolve Electron version for testing")
# fi
- name: Setup env
uses: ./.github/actions/setup-env
with:
Expand Down

0 comments on commit 617b45f

Please sign in to comment.