From 57b57bcefe490a8ae0158bed6a779efa4664d1dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arturo=20Filast=C3=B2?= Date: Sun, 17 Mar 2024 10:09:45 -0400 Subject: [PATCH] We don't actually have a makefile yet --- .github/workflows/test_oonidata.yml | 2 +- .github/workflows/test_oonipipeline.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_oonidata.yml b/.github/workflows/test_oonidata.yml index b7b7133e..cc62264c 100644 --- a/.github/workflows/test_oonidata.yml +++ b/.github/workflows/test_oonidata.yml @@ -38,7 +38,7 @@ jobs: key: oonidata-tests-data-raw_measurements-${{ hashFiles('tests/conftest.py') }} - name: Run all tests - run: make test-cov + run: hatch run cov working-directory: ./oonidata/ - name: Upload coverage to codecov diff --git a/.github/workflows/test_oonipipeline.yml b/.github/workflows/test_oonipipeline.yml index 4ed8ee93..62879ea2 100644 --- a/.github/workflows/test_oonipipeline.yml +++ b/.github/workflows/test_oonipipeline.yml @@ -42,7 +42,7 @@ jobs: sudo apt-get install -y clickhouse-server clickhouse-client - name: Run all tests - run: make test-cov + run: hatch run cov working-directory: ./oonipipeline/ - name: Upload coverage to codecov