Skip to content

Commit 7537a42

Browse files
committed
Fix permission issue in test
Signed-off-by: Riddhesh Sanghvi <[email protected]>
1 parent f0fe4f6 commit 7537a42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_and_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ jobs:
125125
126126
- name: Install docker-compose
127127
run: |
128-
curl -L https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
129-
chmod +x /usr/local/bin/docker-compose
128+
sudo curl -L https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
129+
sudo chmod +x /usr/local/bin/docker-compose
130130
131131
- name: Install dependencies
132132
run: |

0 commit comments

Comments
 (0)