Skip to content

Commit

Permalink
nit: adds test worfklow
Browse files Browse the repository at this point in the history
  • Loading branch information
JBAhire committed Jun 14, 2023
1 parent 1d2d245 commit 5df8d3e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Run OpenAPI Spec Finder
id: find-specs
uses: ./
- name: Use spec files
run: echo "Found spec files: ${{ steps.find-specs.outputs.spec_files }}"
run: |
echo "Found spec files: ${{ steps.find-specs.outputs.spec_files }}"

0 comments on commit 5df8d3e

Please sign in to comment.