Update graphql packages to 16.8.1 #10
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Neo4j GraphQL Library Test | |
on: | |
pull_request: | |
branches: | |
- main | |
paths: | |
- 'implementations/neo4j-graphql/**' | |
jobs: | |
compatibility: | |
uses: ./.github/workflows/test-subgraph.yaml | |
with: | |
library: "neo4j-graphql" | |
pr-info: | |
uses: ./.github/workflows/save-pr-info.yaml | |
with: | |
pr_number: ${{ github.event.number }} |