Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into fix-variableJSONSchem…
Browse files Browse the repository at this point in the history
…a-optional-input
  • Loading branch information
bboure committed Aug 2, 2023
2 parents 0b130d2 + 9049e79 commit 57227f0
Show file tree
Hide file tree
Showing 40 changed files with 642 additions and 1,831 deletions.
63 changes: 0 additions & 63 deletions .github/workflows/canary.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/license-check.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/pr-check.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/pr-e2e-tests.yml

This file was deleted.

9 changes: 7 additions & 2 deletions .github/workflows/pr-graphql-compat-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,14 @@ jobs:

- uses: actions/setup-node@v3
with:
cache: 'yarn'
cache: yarn
node-version: 16

- name: Cache node modules
uses: actions/cache@v3
with:
path: node_modules
key: node_modules-${{hashFiles('yarn.lock')}}
restore-keys: node_modules-
- name: Force GraphQL ${{ matrix.release }} solution
run: yarn repo:resolve graphql@${{ matrix.release }}

Expand Down
32 changes: 0 additions & 32 deletions .github/workflows/pr-tests.yml

This file was deleted.

Loading

0 comments on commit 57227f0

Please sign in to comment.