Skip to content

Commit

Permalink
Test that /var/run/dind/docker.sock dir is handled
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Feb 23, 2024
1 parent 3662e31 commit fde5058
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,12 @@ jobs:
timeout: 150
max-restarts: 1

- name: Test the workaround for an incorrect docker.sock directory
if: matrix.test-variation == 'dind'
run: |
# {{ .Values.dind.hostSocketDir }}/{{ .Values.dind.hostSocketName }}
sudo mkdir -p /var/run/dind/docker.sock
- name: Install the chart
if: matrix.test == 'helm'
run: |
Expand Down

0 comments on commit fde5058

Please sign in to comment.