Skip to content

Commit 6961c3a

Browse files
committed
sure
1 parent 72b0401 commit 6961c3a

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,17 @@ jobs:
3131
build-artifacts/zephyr/fprime-zephyr-deployment/dict/ReferenceDeploymentTopologyDictionary.json
3232
integration:
3333
runs-on: [self-hosted, integration]
34-
needs: build
34+
# needs: build
3535
steps:
3636
- uses: actions/checkout@v4
37+
with:
38+
submodules: recursive
39+
fetch-depth: 0
3740
- uses: actions/download-artifact@v5
38-
# with:
39-
# # name: artifacts
40-
# github-token: ${{ secrets.GITHUB_TOKEN }}
41-
# run-id: 18236298785
41+
with:
42+
# name: artifacts
43+
github-token: ${{ secrets.GITHUB_TOKEN }}
44+
run-id: 18236298785
4245
- name: Trigger Bootloader
4346
run: |
4447
make fprime-venv

0 commit comments

Comments
 (0)