We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbbea2b commit 217f45cCopy full SHA for 217f45c
.github/workflows/pull_request.yml
@@ -5,6 +5,17 @@ on:
5
types: [opened, reopened, synchronize]
6
7
jobs:
8
+ tests_with_docker_embedded_swift:
9
+ name: Test Embedded Swift SDKs
10
+ uses: ./.github/workflows/swift_package_test.yml
11
+ with:
12
+ # Wasm
13
+ wasm_sdk_pre_build_command: |
14
+ mkdir MyPackage
15
+ cd MyPackage
16
+ swift package init --type executable
17
+ enable_embedded_wasm_sdk_build: true
18
+
19
tests_with_docker:
20
name: Test with Docker
21
uses: ./.github/workflows/swift_package_test.yml
0 commit comments