Skip to content

Commit a697ae3

Browse files
authored
github/workflows: Enable docker tests (#620)
Related to canonical/lxd#16927
2 parents 1a3e522 + 316f771 commit a697ae3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/tests.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ jobs:
119119
- cpu-vm
120120
- devlxd-container
121121
- devlxd-vm
122+
- docker
122123
- efi-vars-editor-vm
123124
- lxd-installer
124125
- lxd-user
@@ -160,6 +161,10 @@ jobs:
160161
track: "4.0/candidate"
161162
- test: devlxd-vm
162163
track: "4.0/candidate"
164+
- test: docker
165+
track: "4.0/edge"
166+
- test: docker
167+
track: "4.0/candidate"
163168
- test: efi-vars-editor-vm
164169
track: "4.0/candidate"
165170
- test: lxd-installer
@@ -257,6 +262,10 @@ jobs:
257262
track: "5.0/candidate"
258263
- test: cloud-init
259264
track: "5.0/edge"
265+
- test: docker
266+
track: "5.0/edge"
267+
- test: docker
268+
track: "5.0/candidate"
260269
- test: efi-vars-editor-vm
261270
track: "5.0/candidate"
262271
- test: efi-vars-editor-vm

0 commit comments

Comments
 (0)