Skip to content

Commit 47638c6

Browse files
committed
fixed some typos
1 parent a337c5d commit 47638c6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
env:
1515
CONNECTION: ${{ secrets.AURA_CONNECTIONS }}
1616
name: "Running on all provided Aura instances"
17-
strategy:
18-
fail-fast: false
1917

2018
steps:
2119
- uses: actions/checkout@v2

.github/workflows/integration-test-single-server.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 on PHP 8.2 with a Neo4j 5.5 instance connecting over ${{ matrix.test-connection }}"
14+
name: "Running on PHP 8.2 with a Neo4j 5.5 instance connecting over all available protocols"
1515

1616
services:
1717
neo4j:

0 commit comments

Comments
 (0)