Skip to content

Commit

Permalink
Add workflow for assets
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
  • Loading branch information
luca-della-vedova committed May 29, 2024
1 parent 82d7722 commit 0773dae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
uses: open-rmf/rmf_ci_templates/.github/workflows/reusable_build.yaml@main
with:
# NOTE: Avoid adding comments in the package lines, this can break some of the called scripts in github actions
# Assets containing no tests caused a build failure in buildfarm, add as a regression test https://github.com/open-rmf/rmf_traffic_editor/pull/495
packages: |
rmf_traffic_editor
rmf_traffic_editor_test_maps
rmf_traffic_editor_assets
rmf_traffic_editor_test_maps

0 comments on commit 0773dae

Please sign in to comment.