Skip to content

Commit

Permalink
build: fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
mjfwebb committed Feb 20, 2024
1 parent 7dd5085 commit 30c60dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-integration-tests-on-prem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Install dependencies
run: yarn --immutable
- name: Overwrite GraphQL version
run: yarn up --exact graphql@${{ matrix.graphql-version }}
run: yarn up --exact graphql@${{ matrix.graphql-version.version }}
- name: Run @neo4j/graphql integration tests and move coverage
run: |
yarn test:int --shard=${{ matrix.packages.shard }} --coverage
Expand Down

0 comments on commit 30c60dc

Please sign in to comment.