Skip to content

Commit 32ccf29

Browse files
committed
Local fixes
Locally I have an older docker version Trigger on my own fork
1 parent 3ab3741 commit 32ccf29

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Unit tests
22
on:
3+
push:
34
merge_group:
45
pull_request:
56
branches:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ services:
3030
privileged: true
3131
# Note that this requires Docker Compose > 2.15.
3232
# If you have an older version upgrade it, or you can comment out this line
33-
cgroup: host
33+
#cgroup: host
3434
working_dir: ${PWD}
3535
environment:
3636
- PROJECT_DIR=${PWD}

0 commit comments

Comments
 (0)