Skip to content

Commit 89d9595

Browse files
committed
add names to different runs
1 parent 7d9fb48 commit 89d9595

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ jobs:
55
runs-on: ubuntu-22.04
66
steps:
77
- uses: actions/checkout@v4
8+
- name: enviroment setup
89
- run: |
910
export ROVERFLAKE_ROOT="${GITHUB_WORKSPACE}"
1011
yes | ./setup_scripts/setup_everything_common.sh
12+
- name: build
1113
- run: |
1214
cd $ROVERFLAKE_ROOT
1315
colcon build --symlink-install

0 commit comments

Comments
 (0)