Commit 52bbb2d 1 parent bad4112 commit 52bbb2d Copy full SHA for 52bbb2d
File tree 1 file changed +3
-17
lines changed
1 file changed +3
-17
lines changed Original file line number Diff line number Diff line change 19
19
- # Checkout the repository
20
20
uses : actions/checkout@v4
21
21
22
- - # Install dependencies
23
- run : brew install xcbeautify
24
-
25
- - # Run Tests iOS
22
+ - # Run Tests
26
23
name : Run Tests iOS
27
24
run : |
28
25
set -o pipefail && \
@@ -58,26 +55,15 @@ jobs:
58
55
--instr-profile $PROFDATA_PATH \
59
56
--format="lcov" > integration-tests.coverage.lcov
60
57
61
- - # Codecov Coverage
62
- name : Upload coverage to Codecov
63
- uses : codecov/codecov-action@v4
64
- with :
65
- fail_ci_if_error : true
66
- files : ./unit-tests.coverage.lcov,./integration-tests.coverage.lcov
67
- flags : iOS
68
-
69
58
macos-unit-tests :
70
59
name : macOS Unit Tests
71
- runs-on : macos-13
60
+ runs-on : macos-14
72
61
timeout-minutes : 30
73
62
steps :
74
63
- # Checkout the repository
75
64
uses : actions/checkout@v4
76
65
77
- - # Install dependencies
78
- run : brew install xcbeautify
79
-
80
- - # Run tests on macOS with coverage enabled
66
+ - # Run Tests
81
67
name : Run tests
82
68
run : swift test --parallel --enable-code-coverage
83
69
You can’t perform that action at this time.
0 commit comments