Skip to content

Commit 51199c5

Browse files
committed
modify github workflow
1 parent 91d962b commit 51199c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/install_and_build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
name: Run setup and colcon build for Dev
22
on: push
33
jobs:
4-
setup_and_build_check:
4+
ci:
55
runs-on: ubuntu-22.04
66
steps:
77
- uses: actions/checkout@v4
88
- name: enviroment setupg
9+
id: setup
910
run: |
1011
export ROVERFLAKE_ROOT="${GITHUB_WORKSPACE}"
1112
yes | ./setup_scripts/setup_everything_common.sh
1213
- name: build
14+
id: build
1315
run: |
1416
cd $ROVERFLAKE_ROOT
1517
echo $ROS_DISTRO

0 commit comments

Comments
 (0)