mirror of
https://github.com/containers/podman-compose.git
synced 2025-01-08 06:59:22 +01:00
github: Fix test names
Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
This commit is contained in:
parent
6841619b9c
commit
a90da4dfaf
@ -1,11 +1,11 @@
|
|||||||
name: Pylint
|
name: Static checks
|
||||||
|
|
||||||
on:
|
on:
|
||||||
- push
|
- push
|
||||||
- pull_request
|
- pull_request
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint-ruff:
|
static-checks:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
@ -1,7 +1,4 @@
|
|||||||
# This workflow will install Python dependencies, run tests and lint with a single version of Python
|
name: Tests
|
||||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
|
|
||||||
|
|
||||||
name: PyTest
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
Loading…
Reference in New Issue
Block a user