Skip to content

Commit c534201

Browse files
committed
fixed permissions
1 parent d616168 commit c534201

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_e2e_workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ jobs:
7777
mkdir logs
7878
- name: Grant execute permission
7979
run: |
80-
chmod +x .github/Scripts/fwpc-tests.sh
80+
chmod +x .github/Scripts/fwpc-e2e-tests.sh
8181
chmod +x .github/Scripts/e2e-tests.sh
82-
chmod +x .github/Scripts/deferred-bindings-tests.sh
82+
chmod +x .github/Scripts/deferred-bindings-e2e-tests.sh
8383
- name: Running 3.7 ${{ matrix.test-type }}
8484
if: matrix.python-version == 3.7
8585
env:

0 commit comments

Comments
 (0)