Skip to content

Commit 52bbb2d

Browse files
committed
WIP
1 parent bad4112 commit 52bbb2d

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

.github/workflows/tests.yml

+3-17
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@ jobs:
1919
- # Checkout the repository
2020
uses: actions/checkout@v4
2121

22-
- # Install dependencies
23-
run: brew install xcbeautify
24-
25-
- # Run Tests iOS
22+
- # Run Tests
2623
name: Run Tests iOS
2724
run: |
2825
set -o pipefail && \
@@ -58,26 +55,15 @@ jobs:
5855
--instr-profile $PROFDATA_PATH \
5956
--format="lcov" > integration-tests.coverage.lcov
6057
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-
6958
macos-unit-tests:
7059
name: macOS Unit Tests
71-
runs-on: macos-13
60+
runs-on: macos-14
7261
timeout-minutes: 30
7362
steps:
7463
- # Checkout the repository
7564
uses: actions/checkout@v4
7665

77-
- # Install dependencies
78-
run: brew install xcbeautify
79-
80-
- # Run tests on macOS with coverage enabled
66+
- # Run Tests
8167
name: Run tests
8268
run: swift test --parallel --enable-code-coverage
8369

0 commit comments

Comments
 (0)