Skip to content

Commit

Permalink
CI: rename test steps
Browse files Browse the repository at this point in the history
  • Loading branch information
soofstad committed Dec 8, 2023
1 parent d7ed844 commit fd2cb43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
contents: read

jobs:
pre-commit:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -21,7 +21,7 @@ jobs:
- name: Run pre-commit
run: pre-commit run --all-files

test:
unittests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit fd2cb43

Please sign in to comment.