Skip to content

Commit fac8146

Browse files
committed
updated naming
1 parent d5faedf commit fac8146

6 files changed

+6
-12
lines changed

.github/workflows/integration-test-aura.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,12 @@ on:
88
branches:
99
- main
1010

11-
on:
12-
push:
13-
branches: [ '**' ]
14-
pull_request:
15-
branches: ['**']
16-
1711
jobs:
1812
tests:
1913
runs-on: ubuntu-latest
2014
env:
2115
CONNECTIONS: ${{ secrets.AURA_CONNECTIONS }}
22-
name: "Running Integration tests for PHP ${{ matrix.php-version }} on a Neo4j Aura Instance"
16+
name: "Running on all provided Aura instances"
2317
strategy:
2418
fail-fast: false
2519
matrix:

.github/workflows/integration-test-cluster-neo4j-4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
env:
1515
CONNECTIONS: neo4j://neo4j:testtest@localhost:7688
16-
name: "Running Integration tests for PHP ${{ matrix.php-version }} on a Neo4j ${{ matrix.neo4j-version }} cluster"
16+
name: "Running on PHP ${{ matrix.php-version }} in a Neo4j ${{ matrix.neo4j-version }} cluster"
1717
strategy:
1818
fail-fast: false
1919
matrix:

.github/workflows/integration-test-cluster-neo4j-5.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
env:
1515
CONNECTIONS: neo4j://neo4j:testtest@localhost7688
16-
name: "Running Integration tests for PHP ${{ matrix.php-version }} on a Neo4j ${{ matrix.neo4j-version }} cluster"
16+
name: "Running on PHP ${{ matrix.php-version }} with a Neo4j ${{ matrix.neo4j-version }} cluster"
1717
strategy:
1818
fail-fast: false
1919
matrix:

.github/workflows/integration-test-single-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
env:
1515
CONNECTIONS: neo4j://neo4j:testtest@neo4j,bolt://neo4j:testtest@neo4j,http://neo4j:testtest@neo4j
16-
name: "Running Integration tests for PHP ${{ matrix.php-version }} on a Neo4j ${{ matrix.neo4j-version }} single instance"
16+
name: "Running on PHP ${{ matrix.php-version }} with a Neo4j ${{ matrix.neo4j-version }} instance"
1717
strategy:
1818
fail-fast: false
1919
matrix:

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
php-cs-fixer:
13-
name: "Lint"
13+
name: "Lint & Analyse"
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v2

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
tests:
1313
runs-on: ubuntu-latest
14-
name: "Running Unit tests for PHP ${{ matrix.php-version }}"
14+
name: "Running on PHP ${{ matrix.php-version }}"
1515
strategy:
1616
fail-fast: false
1717
matrix:

0 commit comments

Comments
 (0)