From d219c347726e4f866af3e81d213359735db87ee1 Mon Sep 17 00:00:00 2001 From: Jelmer van der Linde Date: Thu, 14 Sep 2023 10:33:41 +0200 Subject: [PATCH] Call the job "test" and step "unit tests" --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index cf6bc4a..4b712d7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -3,7 +3,7 @@ name: Python package on: [push] jobs: - build: + test: strategy: matrix: @@ -26,6 +26,6 @@ jobs: run: | python -m pip install --upgrade pip python -m pip install -r requirements.txt - - name: Test with pytest + - name: Test unit tests run: | python -m unittest discover -s sacremoses/test