Skip to content

Commit 3bc9834

Browse files
authored
Update pull_request.yml
1 parent dc75361 commit 3bc9834

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/workflows/pull_request.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,22 @@ on:
55
types: [opened, reopened, synchronize]
66

77
jobs:
8-
audio-workstation:
9-
name: Build AudioWorkstation
8+
audio-workstation-guest:
9+
name: Build AudioWorkstation Plugins
1010
uses: MaxDesiatov/github-workflows/.github/workflows/swift_package_test.yml@patch-1
1111
with:
1212
enable_embedded_wasm_sdk_build: true
1313
enable_linux_checks: false
1414
enable_windows_checks: false
1515
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
1724

1825
soundness:
1926
name: Soundness

0 commit comments

Comments
 (0)