Skip to content

Commit

Permalink
Call the job "test" and step "unit tests"
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmervdl committed Sep 14, 2023
1 parent 5ec8e5e commit d219c34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Python package
on: [push]

jobs:
build:
test:

strategy:
matrix:
Expand All @@ -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

0 comments on commit d219c34

Please sign in to comment.