Skip to content

Commit

Permalink
github: Fix test names
Browse files Browse the repository at this point in the history
Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
  • Loading branch information
p12tic committed Mar 8, 2024
1 parent 6841619 commit a90da4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Pylint
name: Static checks

on:
- push
- pull_request

jobs:
lint-ruff:
static-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/pytest.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: PyTest
name: Tests

on:
push:
Expand Down

0 comments on commit a90da4d

Please sign in to comment.