-
Notifications
You must be signed in to change notification settings - Fork 515
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,9 @@ name: Provider Design Feedback | |
# Create/Edit OpenAPI Document in SwaggerHub or store OpenAPI document locally in env.oas_file_location below | ||
# Sync OpenAPI -> SCM with Github Sync - https://support.smartbear.com/swaggerhub/docs/integrations/github-sync.html | ||
# Version number = <OAS Version>-<GitHub Commit SHA>-design | ||
# OpenAPI + Provider Test Report = Provider Contract Uploaded to Pactflow | ||
# OpenAPI + Provider Test Report = Provider Contract Uploaded to PactFlow | ||
# *** Test Report is just OAS file, as the design will not be tested against an API mock or real implementation at this stage *** | ||
# Pactflow compares OpenAPI against any registered consumers | ||
# PactFlow compares OpenAPI against any registered consumers | ||
# Visiblity into affected consumers visible via can-i-deploy | ||
|
||
on: | ||
|
@@ -42,7 +42,7 @@ jobs: | |
sudo snap install yq | ||
UNIQUE_VERSION=$(yq '.info.version' ${{ env.oas_file_location }})-${{ github.sha }}-design | ||
echo "version=${UNIQUE_VERSION}" >> $GITHUB_ENV | ||
- name: publishing ${{ env.application_name }} with ${{ env.version }} to Pactflow | ||
- name: publishing ${{ env.application_name }} with ${{ env.version }} to PactFlow | ||
uses: pactflow/actions/[email protected] | ||
env: | ||
oas_file: ${{ env.oas_file_location }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters