Skip to content

Commit 634fdcc

Browse files
chore: test
1 parent 8f9cd02 commit 634fdcc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci-main.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ jobs:
188188
container:
189189
image: ${{ matrix.container_os_image }}
190190
options: --privileged --cgroupns=host -e DOCKER_HOST=tcp://dind-daemon:2375 -v /sys/fs/cgroup:/sys/fs/cgroup:rw
191-
entrypoint: ["/usr/sbin/init"]
192191
runs-on: ubuntu-latest
193192
needs:
194193
- meta
@@ -277,7 +276,6 @@ jobs:
277276
cat /etc/os-release
278277
cat ansible/inventory/inventory.yaml
279278
cat ansible/resources/env_file
280-
systemctl status
281279
# docker ps
282280
- name: Run Ansible Playbook
283281
run: |
@@ -287,7 +285,7 @@ jobs:
287285
whoami
288286
uname -a
289287
docker ps
290-
systemctl status sc4s
288+
systemctl --user status sc4s
291289
docker images
292290
- name: Run tests
293291
run: |

0 commit comments

Comments
 (0)