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] updates on section values
  • Loading branch information
cristiantoaquiza committed Nov 19, 2021
commit 64ab46e453dd74a4f67bcb6b27611b002e925a74
8 changes: 3 additions & 5 deletions .github/workflows/time-tracker-v1-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Time Tacker V1 CI

on:
# rename to pull_request
push:
# rename to master
branches: [TT-412]
pull_request:
branches: [master]

jobs:
time-tracker-ci:
Expand Down Expand Up @@ -57,6 +55,6 @@ jobs:
run: |
pytest tests

- name: Build APP
- name: Test the build of the app
run: |
docker build .