-
Notifications
You must be signed in to change notification settings - Fork 1
33 lines (30 loc) · 1.26 KB
/
test-electron-build.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: Test Electron Build
on:
pull_request:
jobs:
test-electron-build:
strategy:
fail-fast: false
matrix:
project: [watertap, prommis, idaes]
os-version: [macos-latest, windows-latest]
include:
- project: watertap
pip-install-target: watertap@git+https://github.com/watertap-org/[email protected]
artifact-name: WaterTAP-Flowsheet-Processor
- project: prommis
pip-install-target: prommis@git+https://github.com/prommis/[email protected]
artifact-name: PROMMIS-Flowsheet-Processor
- project: idaes
pip-install-target: idaes-pse@git+https://github.com/dangunter/idaes-pse@west_coast_wrapper
artifact-name: IDAES-Flowsheet-Processor
name: ${{ matrix.project }}
uses: ./.github/workflows/electron-build.yml
with:
project: ${{ matrix.project }}
pip-install-target: ${{ matrix.pip-install-target }}
artifact-name: ${{ matrix.artifact-name }}
idaes-flowsheet-processor-ui-repo: watertap-org/idaes-flowsheet-processor-ui
idaes-flowsheet-processor-ui-ref: main
os-version: ${{ matrix.os-version }}
secrets: inherit