Skip to content

Commit 33339c9

Browse files
committed
workflow syntax fix
Signed-off-by: Geoff Wilson <geoff@gr-oss.io>
1 parent e50edf0 commit 33339c9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ jobs:
1212
prepare_image:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- name: Pre-build dev container image
15+
- name: Checkout code
16+
uses: actions/checkout@v3
17+
with:
18+
submodules: recursive
19+
20+
- name: Pre-build dev container image
1621
uses: devcontainers/ci@v0.3
1722
with:
1823
imageName: ghcr.io/G-Research/pulp-manager-devcontainer

0 commit comments

Comments
 (0)