From 6756e78a8769e4f0cf60eaa3e9f8304ff15a7bff Mon Sep 17 00:00:00 2001 From: Hui Wen <45724323+huiwengoh@users.noreply.github.com> Date: Thu, 12 Sep 2024 14:13:41 -0400 Subject: [PATCH] Apply suggestions from code review --- .github/workflows/ci-test-tlm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-test-tlm.yml b/.github/workflows/ci-test-tlm.yml index 1dd06e5c..54f17781 100644 --- a/.github/workflows/ci-test-tlm.yml +++ b/.github/workflows/ci-test-tlm.yml @@ -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: