From 3b5d4f436b89567839f8e0bad25112ea4004db49 Mon Sep 17 00:00:00 2001 From: Matt <85322+mattmassicotte@users.noreply.github.com> Date: Mon, 22 Jul 2024 07:58:59 -0400 Subject: [PATCH] Fix copy-pasta in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b408096..3438ba6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,4 +31,4 @@ jobs: steps: - uses: actions/checkout@v4 - name: Test platform ${{ matrix.destination }} - run: set -o pipefail && xcodebuild -scheme Neon -destination "${{ matrix.destination }}" test | xcbeautify + run: set -o pipefail && xcodebuild -scheme RelativeCollections -destination "${{ matrix.destination }}" test | xcbeautify