File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -34,15 +34,15 @@ jobs:
34
34
- name : Build for library evolution
35
35
run : make build-for-library-evolution
36
36
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
46
46
47
47
ubuntu :
48
48
name : Linux
62
62
steps :
63
63
- uses : actions/checkout@v3
64
64
- run : echo "${{ matrix.toolchain }}" > .swift-version
65
- - uses : swiftwasm/swiftwasm-action@v5.7
65
+ - uses : swiftwasm/swiftwasm-action@v5.8
66
66
with :
67
67
shell-action : carton test --environment node
68
68
You can’t perform that action at this time.
0 commit comments