File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 5
5
types : [opened, reopened, synchronize]
6
6
7
7
jobs :
8
- audio-workstation :
9
- name : Build AudioWorkstation
8
+ audio-workstation-guest :
9
+ name : Build AudioWorkstation Plugins
10
10
uses : MaxDesiatov/github-workflows/.github/workflows/swift_package_test.yml@patch-1
11
11
with :
12
12
enable_embedded_wasm_sdk_build : true
13
13
enable_linux_checks : false
14
14
enable_windows_checks : false
15
15
swift_flags : --package-path AudioWorkstation/Guest --product Plotter
16
- swift_nightly_flags : --package-path AudioWorkstation/Guest --product Plotter
16
+
17
+ audio-workstation-host :
18
+ name : Build AudioWorkstation Server
19
+ uses : MaxDesiatov/github-workflows/.github/workflows/swift_package_test.yml@patch-1
20
+ with :
21
+ enable_linux_checks : true
22
+ enable_windows_checks : false
23
+ swift_flags : --package-path AudioWorkstation/ServerHost
17
24
18
25
soundness :
19
26
name : Soundness
You can’t perform that action at this time.
0 commit comments