We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e63904 commit 3147606Copy full SHA for 3147606
.github/workflows/build-test.yml
@@ -88,11 +88,11 @@ jobs:
88
shell: bash
89
run: |
90
scripts/api-tests.sh --folder api --html_report
91
-
92
- - name: Unit tests - Python Functions
93
- shell: bash
94
- run: |
95
- scripts/api-tests.sh --folder functions-python --html_report
+# TODO: Restore the following block when the Python functions are ready
+# - name: Unit tests - Python Functions
+# shell: bash
+# run: |
+# scripts/api-tests.sh --folder functions-python --html_report
96
97
- name: Upload coverage report
98
uses: actions/upload-artifact@v4
0 commit comments