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
sudo install libsecret-1-dev
  • Loading branch information
mmaquina committed Apr 13, 2023
commit b04422e38d30a259a6c56c87a3b1c1cdc3b290b5
2 changes: 1 addition & 1 deletion .github/workflows/time-tracker-ui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Running tests
run: |
chmod -R 777 ./$home
apt-get install libsecret-1-dev
sudo apt-get install libsecret-1-dev
make test
- name: Generate coverage report
env:
Expand Down