Skip to content

Commit

Permalink
add api swagger build
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHabenicht committed Apr 16, 2021
1 parent f9a27a2 commit a18e9a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/api-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
- name: Build App
run: npm run build-api
working-directory: api/v1/
- name: Build Swagger
run: npm run build-swagger
working-directory: api/v1/

- name: Upload a Build Artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit a18e9a8

Please sign in to comment.