Skip to content

Commit

Permalink
breaking test
Browse files Browse the repository at this point in the history
  • Loading branch information
effoeffi committed Dec 10, 2023
1 parent 493f4c7 commit caa337c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
${{ steps.test_breaking_changes.outputs.breaking }}
$delimiter
)
if [ "$output" != "6 breaking changes: 2 error, 4 warning" ]; then
if [ "$output" != "1 breaking changes: 1 error, 0 warning" ]; then
echo "Expected output '6 breaking changes: 2 error, 4 warning' but got '$output'" >&2
exit 1
fi
Expand Down
1 change: 0 additions & 1 deletion specs/revision-breaking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ info:
servers:
- url: http://petstore.swagger.io/v1
paths:
/pets:
get:
summary: List all pets
operationId: listPets
Expand Down

0 comments on commit caa337c

Please sign in to comment.