Skip to content

Commit fbd55a7

Browse files
authored
build: fed compatibility test action should fail if any test failed (ExpediaGroup#1637)
See: https://github.com/marketplace/actions/apollo-federation-subgraph-compatibility
1 parent 381673e commit fbd55a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/federation-compatibility.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,5 @@ jobs:
3939
schema: 'integration/federation-compatibility/build/schema.graphql'
4040
debug: true
4141
token: ${{ secrets.token }}
42+
failOnWarning: true
43+
failOnRequired: true

0 commit comments

Comments
 (0)