Browse Source

Add comments on CI jobs

tags/v0.3.0-rc
haixuanTao 2 years ago
parent
commit
e4d3d3ebcb
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      .github/workflows/ci.yml

+ 3
- 0
.github/workflows/ci.yml View File

@@ -56,6 +56,8 @@ jobs:
- name: "Build"
run: cargo build --all
- name: "Test"
# Remove Windows as there is `pdb` linker issue.
# See: https://github.com/dora-rs/dora/pull/359#discussion_r1360268497
if: runner.os == 'Linux' || runner.os == 'macOS'
run: cargo test --all

@@ -165,6 +167,7 @@ jobs:
env:
QT_QPA_PLATFORM: offscreen
run: |
# Reset only the turtlesim instance as it is not destroyed at the end of the previous job
source /opt/ros/humble/setup.bash && ros2 service call /reset std_srvs/srv/Empty &
cargo run --example python-ros2-dataflow --features="ros2-examples"



Loading…
Cancel
Save