Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/workflows/pr-validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,14 @@ jobs:

- name: Verify packages
run: node common/scripts/install-run-rush.js verify --parallelism 1

- name: Test packed Relay consumer contract
run: npm run test:relay-consumer-contract

- name: Upload Relay consumer contract failure evidence
if: failure()
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
with:
name: relay-consumer-contract-failure
path: common/temp/relay-consumer-contract-artifacts
if-no-files-found: ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Require applications to provide the exact Relay 20.1.1 peer pair so Labkit and React Relay share one runtime graph.",
"type": "major",
"packageName": "@omgjs/labkit-webapp-graphql-relay"
}
],
"packageName": "@omgjs/labkit-webapp-graphql-relay",
"email": "artkor@live.ru"
}
12 changes: 6 additions & 6 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading