Skip to content

Commit

Permalink
rename stages
Browse files Browse the repository at this point in the history
  • Loading branch information
Малахов Алексей Павлович committed Jul 30, 2024
1 parent 667b6be commit aa9eed4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Push
on: [push]

jobs:
test:
tests:
strategy:
fail-fast: false
matrix:
Expand All @@ -23,7 +23,7 @@ jobs:
run: poetry install
- name: Run tests
run: poetry run make tests
code-quality:
linters:
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit aa9eed4

Please sign in to comment.