Skip to content

Commit

Permalink
Ensure recursive executable permissions for docker unit tests scripts
Browse files Browse the repository at this point in the history
- Add a step to run `chmod -R +x $HOME/tooling/docker-unit-tests` after cloning the repository.
- This ensures all scripts in the docker unit tests directory are executable, fixing the "Permission denied" errors for both test_74 and test_80.
  • Loading branch information
zackkatz committed Feb 17, 2025
1 parent c73fafc commit f94dae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Clone GV Tooling
run: gh repo clone GravityKit/Tooling $HOME/tooling

- name: Make Docker Unit Tests Script Executable
run: chmod +x $HOME/tooling/docker-unit-tests/docker-unit-tests.sh
- name: Set Executable Permissions on Docker Unit Tests Directory
run: chmod -R +x $HOME/tooling/docker-unit-tests

- name: Authenticate GitHub for Composer
env:
Expand Down

0 comments on commit f94dae0

Please sign in to comment.