We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72b0401 commit 6961c3aCopy full SHA for 6961c3a
.github/workflows/ci.yaml
@@ -31,14 +31,17 @@ jobs:
31
build-artifacts/zephyr/fprime-zephyr-deployment/dict/ReferenceDeploymentTopologyDictionary.json
32
integration:
33
runs-on: [self-hosted, integration]
34
- needs: build
+ # needs: build
35
steps:
36
- uses: actions/checkout@v4
37
+ with:
38
+ submodules: recursive
39
+ fetch-depth: 0
40
- uses: actions/download-artifact@v5
- # with:
- # # name: artifacts
- # github-token: ${{ secrets.GITHUB_TOKEN }}
41
- # run-id: 18236298785
42
+ # name: artifacts
43
+ github-token: ${{ secrets.GITHUB_TOKEN }}
44
+ run-id: 18236298785
45
- name: Trigger Bootloader
46
run: |
47
make fprime-venv
0 commit comments