Skip to content

Commit 1edb51f

Browse files
committed
ci: checkout makefile in smoke image step
1 parent cc991c2 commit 1edb51f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,12 @@ jobs:
248248
needs: [build, release]
249249
runs-on: ubuntu-latest
250250
steps:
251+
- uses: actions/checkout@v4
252+
with:
253+
sparse-checkout: |
254+
Makefile
255+
sparse-checkout-cone-mode: false
256+
251257
- name: Smoke test containerised `spex --version`
252258
env:
253259
NEW_VERSION: ${{ needs.build.outputs.new-version }}

0 commit comments

Comments
 (0)