Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
Signed-off-by: Zakhar Bessarab <[email protected]>
  • Loading branch information
zekker6 committed May 22, 2024
1 parent dc56350 commit 5a88aef
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ jobs:
test:
name: 'Test'
runs-on: ubuntu-latest
services:
docker:
image: docker:dind
options: --privileged --shm-size=2g
ports:
- 2375:2375
steps:
- name: 'Checkout'
uses: actions/checkout@v4
Expand All @@ -25,17 +19,12 @@ jobs:
path: .venv
key: ${{ runner.os }}-venv-${{ hashFiles('**/requirements.txt') }}

- name: Test Docker
run: |
id
apt-get update
apt-get install -y docker.io
docker version
docker info
- name: Converge
run: |
make init-venv
ls -alh /var/run/docker.sock
docker ps
make molecule-converge
make molecule-converge-integration

0 comments on commit 5a88aef

Please sign in to comment.