Skip to content

Commit

Permalink
Updating CI and Tuist
Browse files Browse the repository at this point in the history
Adding pagination subtree to CI and Tuist
  • Loading branch information
BobaFetters committed Oct 10, 2023
1 parent 27486ea commit 5b1c71b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pr-subtree-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ jobs:
target-branch: main
pr-number: ${{ github.event.pull_request.number }}
pr-title: ${{ github.event.pull_request.title }}
- name: Subtree - Apollo iOS Pagination
uses: ./.github/actions/subtree-split-push
with:
subtree: apollo-ios-pagination
remote: [email protected]:apollographql/apollo-ios-pagination.git
target-branch: main
pr-number: ${{ github.event.pull_request.number }}
pr-title: ${{ github.event.pull_request.title }}
- name: Push Updated History
shell: bash
run: |
Expand Down
1 change: 1 addition & 0 deletions Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ let project = Project(
.package(url: "https://github.com/Quick/Nimble.git", from: "10.0.0"),
.package(path: "apollo-ios"),
.package(path: "apollo-ios-codegen"),
.package(path: "apollo-ios-pagination"),
],
settings: Settings.settings(configurations: [
.debug(name: .debug, xcconfig: "Configuration/Apollo/Apollo-Project-Debug.xcconfig"),
Expand Down

0 comments on commit 5b1c71b

Please sign in to comment.