From 8b1e1ca381792fd4415ce21628229b52649d5cf6 Mon Sep 17 00:00:00 2001 From: dcvz Date: Thu, 11 Apr 2024 16:38:35 +0200 Subject: [PATCH] Try to make sure CI value is true for ios simulator --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 7d5ede6..0c2425a 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -23,4 +23,4 @@ jobs: uses: actions/checkout@v2 - name: Run Tests - run: xcodebuild test -scheme SwiftAudioEx ${{ matrix.destination }} -enableCodeCoverage YES -test-iterations 5 -retry-tests-on-failure + run: xcodebuild test -scheme SwiftAudioEx ${{ matrix.destination }} -enableCodeCoverage YES -test-iterations 5 -retry-tests-on-failure XCTESTRUN_ARGUMENTS=-CI=true