Skip to content

Commit e5a1e74

Browse files
authored
Elevate permissions in workflow file
1 parent 89a48d1 commit e5a1e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2525
- name: Run tests
2626
run: |
27-
./scripts/test.sh
27+
sudo ./scripts/test.sh

0 commit comments

Comments
 (0)