Skip to content

Commit

Permalink
should work
Browse files Browse the repository at this point in the history
  • Loading branch information
Reuven committed Jul 4, 2024
1 parent f394bb7 commit 7aba563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/bc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
with:
fetch-depth: 2 # fetch two commits so we can get the prev commit

- name: Test
run: echo "::warning file=simple.yaml,line=2,col=5,endColumn=7::Missing semicolon"

- name: Get prev commit
run: echo "PREV_COMMIT=$(git --no-pager log --skip=1 --max-count=1 | grep commit | cut -d' ' -f2)" >> $GITHUB_ENV

Expand Down
4 changes: 2 additions & 2 deletions simple.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
openapi: 3.0.1
openapi: 3.0.1

Check failure on line 1 in simple.yaml

View workflow job for this annotation

GitHub Actions / oasdiff

response-success-status-removed

in API GET /partner-api/test/some-method removed the success response with the status '200'

Check notice on line 1 in simple.yaml

View workflow job for this annotation

GitHub Actions / oasdiff

response-success-status-added

in API GET /partner-api/test/some-method added the success response with the status '201'
info:
title: Test API
version: v1
Expand All @@ -8,7 +8,7 @@ paths:
tags:
- Test
responses:
"200":
"201":
description: Success
/partner-api/test/another-method:
get:
Expand Down

0 comments on commit 7aba563

Please sign in to comment.