Skip to content

Commit 307e428

Browse files
committed
tests: regenerate Cuckoo mocks on CI by unsetting CI env during test runs\n\n- Allow mock build phases to run under CI for up-to-date proxies\n- Fixes Cuckoo API version mismatch and stale protocol references in mocks
Signed-off-by: William Richter <[email protected]>
1 parent f9b8fb3 commit 307e428

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/test-matrix.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ fi
7777
echo "\n==> Resolving Swift Package dependencies"
7878
xcodebuild -resolvePackageDependencies -workspace "${WORKSPACE}" -scheme "${SCHEME}" || true
7979

80+
# Ensure Cuckoo mock generation build phases run even on CI
81+
unset CI || true
82+
8083
function run_tests() {
8184
local config=$1
8285
echo "\n==> Running ${config} tests"

0 commit comments

Comments
 (0)