fix: align tests naming

This commit is contained in:
Boris Arzentar 2024-06-23 20:21:22 +02:00
parent 9ee2da2ccd
commit dc97819a52
6 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
name: publish dev | Docker image
name: publish dev | Docker image
on:
push:

View file

@ -1,4 +1,4 @@
name: publish prd | Docker image
name: publish prd | Docker image
on:
push:

View file

@ -1,4 +1,4 @@
name: build test | Docker image
name: build test | Docker image
on: pull_request

View file

@ -1,4 +1,4 @@
name: Docker Compose Test
name: test | docker compose
on:
push:

View file

@ -1,4 +1,4 @@
name: test neo4j
name: test | neo4j
on:
pull_request:
@ -18,7 +18,7 @@ jobs:
name: docs changes
uses: ./.github/workflows/get_docs_changes.yml
run_common:
run_neo4j_integration_test:
name: test
needs: get_docs_changes
if: needs.get_docs_changes.outputs.changes_outside_docs == 'true'

View file

@ -73,4 +73,4 @@ async def main():
if __name__ == "__main__":
import asyncio
asyncio.run(main())
asyncio.run(main())