Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
huiwengoh authored Sep 12, 2024
1 parent edcd62c commit 6756e78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-test-tlm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
run: cleanlab login --key "${{ secrets.CLEANLAB_STUDIO_CI_API_KEY }}"
- name: Run tests
run: |
pytest --ignore=tests/tlm/test_properties.py --verbose
pytest tests/tlm/ --ignore=tests/tlm/test_properties.py --verbose
propertytest:
name: "TLM Property Test TLM: Python ${{ matrix.python }} on ${{ matrix.os }}"
name: "TLM Property Test: Python ${{ matrix.python }} on ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
if: github.event.comment.body == '/test-tlm' # only run the test if /test-tlm is commented on the PR
strategy:
Expand Down

0 comments on commit 6756e78

Please sign in to comment.