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
decrypt .env v3
  • Loading branch information
rodolfoIOET committed Jun 23, 2022
commit 1d328326c3e42ddd82be7385ce9105b07c00b630
5 changes: 3 additions & 2 deletions .github/workflows/time-tracker-ui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ jobs:

- name: build docker
run: |
git-crypt unlock
make build
sudo apt-get install git-crypt
git-crypt unlock
make build

- name: Running tests
run: |
Expand Down