Skip to content

Commit

Permalink
Fixing Package.swift error
Browse files Browse the repository at this point in the history
  • Loading branch information
BobaFetters committed Oct 19, 2023
1 parent eaed5ed commit 770a0bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-and-run-unit-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
xcodebuild clean -resolvePackageDependencies test -resultBundlePath TestResults/ResultBundle.xcresult -derivedDataPath DerivedData -workspace "ApolloDev.xcworkspace" -scheme "${{ inputs.scheme }}" -destination "${{ inputs.destination }}" -testPlan "${{ inputs.test-plan }}"
2 changes: 1 addition & 1 deletion apollo-ios-pagination/Package@swift-5.3.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/apollographql/apollo-ios.git",
branch: "ci-test")
.branch("ci-test")
)
],
targets: [
Expand Down

0 comments on commit 770a0bc

Please sign in to comment.