Skip to content

Commit a0acb2a

Browse files
committed
Docker pruning
1 parent e4f3330 commit a0acb2a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/pr-e2e-tests.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@ jobs:
1818
e2e-tests:
1919
runs-on: ubuntu-latest
2020
strategy:
21-
max-parallel: 1
2221
matrix:
23-
python-version: ['3.8', '3.12']
24-
# python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
22+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
2523
neo4j-version:
2624
- 5
2725
neo4j-edition:
@@ -56,6 +54,10 @@ jobs:
5654
steps:
5755
- name: Check out repository code
5856
uses: actions/checkout@v4
57+
- name: Docker Prune
58+
run: |
59+
docker system prune -af
60+
docker volume prune -f
5961
- name: Set up Python ${{ matrix.python-version }}
6062
uses: actions/setup-python@v5
6163
with:

0 commit comments

Comments
 (0)