We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab3741 commit 32ccf29Copy full SHA for 32ccf29
.github/workflows/unit-tests.yml
@@ -1,5 +1,6 @@
1
name: Unit tests
2
on:
3
+ push:
4
merge_group:
5
pull_request:
6
branches:
docker-compose.yml
@@ -30,7 +30,7 @@ services:
30
privileged: true
31
# Note that this requires Docker Compose > 2.15.
32
# If you have an older version upgrade it, or you can comment out this line
33
- cgroup: host
+ #cgroup: host
34
working_dir: ${PWD}
35
environment:
36
- PROJECT_DIR=${PWD}
0 commit comments