Skip to content

Commit

Permalink
try without chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
karlivory committed Feb 2, 2024
1 parent 2cdb7b7 commit e460ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Run unit tests
run: |
cd ./ansible_collections/karlivory/zk
chmod 777 -R .
# chmod 777 -R .
# sudo apt-get update
# sudo apt-get install virtualenv -y
# ./run-tests.sh
Expand Down

0 comments on commit e460ab3

Please sign in to comment.