File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ jobs:
4040 docker compose --env-file ./config/.env.local up -d postgres postgres-test
4141 working-directory : ${{ github.workspace }}
4242
43- - name : Run lint checks
44- shell : bash
45- run : |
46- scripts/lint-tests.sh
43+ # - name: Run lint checks
44+ # shell: bash
45+ # run: |
46+ # scripts/lint-tests.sh
4747
4848 - name : Install Liquibase
4949 run : |
@@ -84,15 +84,15 @@ jobs:
8484 run : |
8585 scripts/api-operations-gen.sh
8686
87- - name : Unit tests - API
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
87+ # - name: Unit tests - API
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
9696
9797 - name : Upload coverage report
9898 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments