Skip to content

Commit

Permalink
modifying gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cka-y committed Dec 19, 2024
1 parent e2a9065 commit 3462dc9
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
docker compose --env-file ./config/.env.local up -d postgres postgres-test
working-directory: ${{ github.workspace }}

- name: Run lint checks
shell: bash
run: |
scripts/lint-tests.sh
# - name: Run lint checks
# shell: bash
# run: |
# scripts/lint-tests.sh

- name: Install Liquibase
run: |
Expand Down Expand Up @@ -84,15 +84,15 @@ jobs:
run: |
scripts/api-operations-gen.sh
- name: Unit tests - API
shell: bash
run: |
scripts/api-tests.sh --folder api --html_report
- name: Unit tests - Python Functions
shell: bash
run: |
scripts/api-tests.sh --folder functions-python --html_report
# - name: Unit tests - API
# shell: bash
# run: |
# scripts/api-tests.sh --folder api --html_report
#
# - name: Unit tests - Python Functions
# shell: bash
# run: |
# scripts/api-tests.sh --folder functions-python --html_report

- name: Upload coverage report
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 3462dc9

Please sign in to comment.