From 770a0bc68687d64d8c3eb5779b0421fb70f08630 Mon Sep 17 00:00:00 2001 From: Zach FettersMoore <4425109+BobaFetters@users.noreply.github.com> Date: Thu, 19 Oct 2023 11:00:02 -0400 Subject: [PATCH] Fixing Package.swift error --- .github/actions/build-and-run-unit-tests/action.yml | 2 +- apollo-ios-pagination/Package@swift-5.3.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/build-and-run-unit-tests/action.yml b/.github/actions/build-and-run-unit-tests/action.yml index 0f71ffc12..efd9e7763 100644 --- a/.github/actions/build-and-run-unit-tests/action.yml +++ b/.github/actions/build-and-run-unit-tests/action.yml @@ -16,4 +16,4 @@ runs: - name: Build and Test shell: bash run: | - xcodebuild clean test -resultBundlePath TestResults/ResultBundle.xcresult -derivedDataPath DerivedData -workspace "ApolloDev.xcworkspace" -scheme "${{ inputs.scheme }}" -destination "${{ inputs.destination }}" -testPlan "${{ inputs.test-plan }}" \ No newline at end of file + xcodebuild clean -resolvePackageDependencies test -resultBundlePath TestResults/ResultBundle.xcresult -derivedDataPath DerivedData -workspace "ApolloDev.xcworkspace" -scheme "${{ inputs.scheme }}" -destination "${{ inputs.destination }}" -testPlan "${{ inputs.test-plan }}" \ No newline at end of file diff --git a/apollo-ios-pagination/Package@swift-5.3.swift b/apollo-ios-pagination/Package@swift-5.3.swift index 4f66e0c36..095429d0c 100644 --- a/apollo-ios-pagination/Package@swift-5.3.swift +++ b/apollo-ios-pagination/Package@swift-5.3.swift @@ -16,7 +16,7 @@ let package = Package( dependencies: [ .package( url: "https://github.com/apollographql/apollo-ios.git", - branch: "ci-test") + .branch("ci-test") ) ], targets: [