diff --git a/.github/workflows/macos-bazel.yaml b/.github/workflows/macos-bazel.yaml index c695f405c..2bded4573 100644 --- a/.github/workflows/macos-bazel.yaml +++ b/.github/workflows/macos-bazel.yaml @@ -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 diff --git a/WORKSPACE b/WORKSPACE index 71c3bdcee..f92908402 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -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(