We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad19b8 commit 9aa387dCopy full SHA for 9aa387d
1 file changed
.github/workflows/debian.yml
@@ -67,9 +67,12 @@ jobs:
67
permissions:
68
packages: write
69
contents: read
70
- env:
71
- TARGET_ARCH: ${{ matrix.target-arch }}
72
steps:
+ - name: Checkout machine emulator source code
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
73
+ with:
74
+ submodules: recursive
75
+
76
- name: Download builder container image
77
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
78
with:
@@ -85,4 +88,4 @@ jobs:
85
88
86
89
- name: Test packages
87
90
working-directory: debian
- run: make test TARGET_ARCH=amd64
91
+ run: make test-packages TARGET_ARCH=amd64
0 commit comments