Skip to content

Commit 3462dc9

Browse files
committed
modifying gh workflow
1 parent e2a9065 commit 3462dc9

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/build-test.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)