Skip to content

[Custom scalars] Add custom scalars plumbing to InMemoryCache and ApolloCache #7919

[Custom scalars] Add custom scalars plumbing to InMemoryCache and ApolloCache

[Custom scalars] Add custom scalars plumbing to InMemoryCache and ApolloCache #7919

name: Compare Build Output
on:
pull_request:
concurrency: ${{ github.workflow }}-${{ github.ref }}
permissions:
contents: read
jobs:
comparebuildoutput:
name: Compare Build Output
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
# Fetch entire git history so we have the parent commit to compare against
fetch-depth: 0
persist-credentials: false
- name: Setup Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
with:
node-version: ">=23.6.0"
- run: npm ci
- name: Run comparison script
id: attw
run: ./config/compare-build-output-to.sh $(git merge-base HEAD origin/${GITHUB_BASE_REF}) | tee $GITHUB_STEP_SUMMARY
env:
RUNNER_TEMP: ${{ runner.temp }}