Skip to content

Commit

Permalink
Fix apollo-ios's Sendable issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
liuliu committed Jun 10, 2022
1 parent 6520126 commit f79fc09
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/macos-bazel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
mv bazelisk-darwin-amd64 "${GITHUB_WORKSPACE}/bin/bazel"
chmod +x "${GITHUB_WORKSPACE}/bin/bazel"
- name: Run GraphQL tests
run: |
"${GITHUB_WORKSPACE}/bin/bazel" test --test_output=errors //src/graphql/tests:Tests
- name: Run tests
run: |
"${GITHUB_WORKSPACE}/bin/bazel" test --test_output=errors //src/tests:Tests
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ http_archive(
new_git_repository(
name = "apollo-ios",
build_file = "apollo-ios.BUILD",
commit = "b17ae4cef6e78d60913b33b821ff6ec32ce38c38",
commit = "51c81bd69c8c2ab8f28c01a413f15b503d2a4a44",
remote = "https://github.com/apollographql/apollo-ios.git",
shallow_since = "1625073576 -0700"
shallow_since = "1654723347 -0700",
)

new_git_repository(
Expand Down

0 comments on commit f79fc09

Please sign in to comment.