Skip to content

Commit 35dead4

Browse files
committed
grant execute permission
1 parent c2eab3b commit 35dead4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci_e2e_workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ jobs:
6565
retry 5 python setup.py build
6666
retry 5 python setup.py webhost --branch-name=dev
6767
retry 5 python setup.py extension
68+
- name: Grant execute permission
69+
run: chmod +x .github/Scripts/e2e-tests.sh
6870
- name: Running 3.7 Tests
6971
if: matrix.python-version == 3.7
7072
env:

0 commit comments

Comments
 (0)