We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d616168 commit c534201Copy full SHA for c534201
.github/workflows/ci_e2e_workflow.yml
@@ -77,9 +77,9 @@ jobs:
77
mkdir logs
78
- name: Grant execute permission
79
run: |
80
- chmod +x .github/Scripts/fwpc-tests.sh
+ chmod +x .github/Scripts/fwpc-e2e-tests.sh
81
chmod +x .github/Scripts/e2e-tests.sh
82
- chmod +x .github/Scripts/deferred-bindings-tests.sh
+ chmod +x .github/Scripts/deferred-bindings-e2e-tests.sh
83
- name: Running 3.7 ${{ matrix.test-type }}
84
if: matrix.python-version == 3.7
85
env:
0 commit comments