Skip to content

Commit

Permalink
adds typecheck step
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Apr 11, 2023
1 parent 3c4743c commit 2156c7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-testing-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,10 @@ jobs:
run: ./ci/helpers/show_system_versions.bash
- name: install
run: ./ci/github/unit-testing/catalog.bash install
- name: typecheck
run: ./ci/github/unit-testing/catalog.bash typecheck
- name: test
if: always()
run: ./ci/github/unit-testing/catalog.bash test
- name: upload failed tests logs
if: failure()
Expand Down

0 comments on commit 2156c7a

Please sign in to comment.