Skip to content

Commit

Permalink
Trying to fix the permissions problems in setting up dirs.
Browse files Browse the repository at this point in the history
  • Loading branch information
yb66 committed Oct 9, 2024
1 parent 76ae708 commit fc42ba3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/path_helper_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
# Ensure executables are... executable
chmod +x exe/path_helper
chmod +x spec/shell_spec.sh
sudo ./exe/path_helper --setup --no-lib --quiet
./exe/path_helper --setup --no-lib --no-etc --config --quiet
sudo ./exe/path_helper --setup --no-lib --etc --no-config --quiet
cp -R spec/fixtures/moredirs/* $HOME/.config/paths/
- name: Run tests
Expand Down

0 comments on commit fc42ba3

Please sign in to comment.