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:
|
on:
|
||||||
push:
|
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:
|
on:
|
||||||
push:
|
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
|
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:
|
on:
|
||||||
push:
|
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:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
name: docs changes
|
name: docs changes
|
||||||
uses: ./.github/workflows/get_docs_changes.yml
|
uses: ./.github/workflows/get_docs_changes.yml
|
||||||
|
|
||||||
run_common:
|
run_neo4j_integration_test:
|
||||||
name: test
|
name: test
|
||||||
needs: get_docs_changes
|
needs: get_docs_changes
|
||||||
if: needs.get_docs_changes.outputs.changes_outside_docs == 'true'
|
if: needs.get_docs_changes.outputs.changes_outside_docs == 'true'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue