Skip to content

Commit

Permalink
debug errors with docker
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi8080 committed Jul 9, 2024
1 parent dc409b5 commit 987a373
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---

name: CI

on: # yamllint disable-line rule:truthy
Expand All @@ -19,9 +18,9 @@ jobs:
strategy:
matrix:
distro:
# - image: jrei/systemd-ubuntu:16.04
# instance: systemd-ubuntu-16.04
# - image: jrei/systemd-ubuntu:18.04
# - image: jrei/systemd-ubuntu:16.04
# instance: systemd-ubuntu-16.04
# - image: jrei/systemd-ubuntu:18.04
# instance: systemd-ubuntu-18.04
- image: jrei/systemd-ubuntu:20.04
instance: systemd-ubuntu-20.04
Expand All @@ -44,6 +43,12 @@ jobs:
- name: Install molecule
run: pip3 install ansible molecule molecule-docker

- name: Check Docker and if it is running
run: systemctl status docker && systemctl start docker

- name: Check docker
run: docker --version && docker ps -a

- name: Run molecule dependency
run: molecule dependency
env:
Expand Down

0 comments on commit 987a373

Please sign in to comment.