Skip to content

Commit e59f531

Browse files
committed
combined tests and coverage into one
1 parent d70d021 commit e59f531

File tree

2 files changed

+4
-138
lines changed

2 files changed

+4
-138
lines changed

.github/workflows/coverage.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@ jobs:
1212
name: "Create Test Coverage Report"
1313

1414
container:
15-
image: php:8-cli
15+
image: php:8.0-cli
16+
env:
17+
NEO4J_CONNECTIONS: ${{ secrets.NEO4J_CONNECTIONS }}
1618

1719
services:
1820
neo4j:
19-
image: neo4j:4.2
21+
image: neo4j:4.3
2022
ports:
2123
- 7474:7474
2224
- 7687:7687

.github/workflows/tests.yml

Lines changed: 0 additions & 136 deletions
This file was deleted.

0 commit comments

Comments
 (0)