mirror of
https://github.com/containers/podman-compose.git
synced 2025-01-05 21:49:38 +01:00
Merge pull request #880 from p12tic/fix-test-names
github: Fix test names
This commit is contained in:
commit
5b571942e0
@ -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
|
@ -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:
|
Loading…
Reference in New Issue
Block a user