Skip to content

Commit ddb34da

Browse files
committed
fix: made test file executable in git
1 parent 5935957 commit ddb34da

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/cli-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,4 @@ jobs:
7272
run: pytest -s ./tests/*.py
7373

7474
- name: Repo setup-remotes tests
75-
run: |
76-
chmod +x ./tests/test_repo.sh
77-
./tests/test_repo.sh
75+
run: ./tests/test_repo.sh

0 commit comments

Comments
 (0)