Skip to content

Commit 95356c8

Browse files
Use correct scheme for e2e tests
1 parent 90c9522 commit 95356c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ jobs:
332332
"./llvm-project/llvm/utils/lit/lit.py \
333333
--param swift-sdk=wasm32-unknown-wasi \
334334
--param swift-sdks-path=./swiftwasm-build/tools/swift-sdk-generator/Bundles \
335-
--param scheme=main ./swiftwasm-build/test -vv"
335+
--param scheme=${{ matrix.scheme }} ./swiftwasm-build/test -vv"
336336
337337
- name: Cleanup docker volume
338338
if: ${{ matrix.container != null }}

0 commit comments

Comments
 (0)