fix: align tests naming
This commit is contained in:
parent
9ee2da2ccd
commit
dc97819a52
6 changed files with 7 additions and 7 deletions
2
.github/workflows/cd.yaml
vendored
2
.github/workflows/cd.yaml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: publish dev | Docker image
|
||||
name: publish dev | Docker image
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
|||
2
.github/workflows/cd_prd.yaml
vendored
2
.github/workflows/cd_prd.yaml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: publish prd | Docker image
|
||||
name: publish prd | Docker image
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
|||
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: build test | Docker image
|
||||
name: build test | Docker image
|
||||
|
||||
on: pull_request
|
||||
|
||||
|
|
|
|||
2
.github/workflows/docker_compose.yml
vendored
2
.github/workflows/docker_compose.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Docker Compose Test
|
||||
name: test | docker compose
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
|||
4
.github/workflows/test_neo4j.yml
vendored
4
.github/workflows/test_neo4j.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -73,4 +73,4 @@ async def main():
|
|||
|
||||
if __name__ == "__main__":
|
||||
import asyncio
|
||||
asyncio.run(main())
|
||||
asyncio.run(main())
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue