Skip to content

Commit 5b17aa2

Browse files
committed
[MOD] Modified swiftwasm version to use over 5.7.0 package
1 parent 0e3dd53 commit 5b17aa2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ jobs:
3434
- name: Build for library evolution
3535
run: make build-for-library-evolution
3636

37-
# integration:
38-
# name: Integration (UI Tests)
39-
# runs-on: macos-13
40-
# steps:
41-
# - uses: actions/checkout@v3
42-
# - name: Select Xcode 14.3.1
43-
# run: sudo xcode-select -s /Applications/Xcode_14.3.1.app
44-
# - name: Run tests
45-
# run: make test-integration
37+
integration:
38+
name: Integration (UI Tests)
39+
runs-on: macos-13
40+
steps:
41+
- uses: actions/checkout@v3
42+
- name: Select Xcode 14.3.1
43+
run: sudo xcode-select -s /Applications/Xcode_14.3.1.app
44+
- name: Run tests
45+
run: make test-integration
4646

4747
ubuntu:
4848
name: Linux
@@ -62,7 +62,7 @@ jobs:
6262
steps:
6363
- uses: actions/checkout@v3
6464
- run: echo "${{ matrix.toolchain }}" > .swift-version
65-
- uses: swiftwasm/swiftwasm-action@v5.7
65+
- uses: swiftwasm/swiftwasm-action@v5.8
6666
with:
6767
shell-action: carton test --environment node
6868

0 commit comments

Comments
 (0)