Skip to content

Commit 3147606

Browse files
committed
tmp: removing functions tests
1 parent 5e63904 commit 3147606

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ jobs:
8888
shell: bash
8989
run: |
9090
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
91+
# TODO: Restore the following block when the Python functions are ready
92+
# - name: Unit tests - Python Functions
93+
# shell: bash
94+
# run: |
95+
# scripts/api-tests.sh --folder functions-python --html_report
9696

9797
- name: Upload coverage report
9898
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)