Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: [TT-412] adds step to build the app
  • Loading branch information
cristiantoaquiza committed Nov 19, 2021
commit 6f788ffd53f914324b3c2c0a67517732d892347e
4 changes: 4 additions & 0 deletions .github/workflows/time-tracker-v1-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,7 @@ jobs:
AZURE_STORAGE_ACCOUNT_KEY: ${{ steps.timeTrackerAzureVault.outputs.AZURE-STORAGE-ACCOUNT-KEY }}
run: |
pytest tests

- name: Build APP
run: |
docker build .