Skip to content

Commit f466d6c

Browse files
author
Georgios Ntoutsos
committed
wip
1 parent a21dbc7 commit f466d6c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/vm_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
sudo systemctl restart containerd
112112
113113
- name: Setup devmapper
114-
if: ${{ matrix.arch == 'amd64' }}
114+
if: ${{ matrix.arch == 'amd64' }} || ${{matrix.test != 'test_docker' }}
115115
run: |
116116
sudo mkdir -p /usr/local/bin/scripts
117117
sudo cp script/dm_create.sh /usr/local/bin/scripts/dm_create.sh
@@ -134,7 +134,7 @@ jobs:
134134
EOT
135135
sudo systemctl restart containerd
136136
- name: Setup overlayfs
137-
if: ${{ matrix.arch == 'arm64' }}
137+
if: ${{ matrix.arch == 'arm64' }} && ${{matrix.test == 'test_docker' }}
138138
run: |
139139
sudo mkdir -p /etc/containerd/
140140
sudo mv /etc/containerd/config.toml /etc/containerd/config.toml.bak || true

0 commit comments

Comments
 (0)