Skip to content

Commit b21efe3

Browse files
committed
build test
1 parent a82b625 commit b21efe3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
- run: |
99
export ROVERFLAKE_ROOT="${GITHUB_WORKSPACE}"
1010
yes | ./setup_scripts/setup_everything_common.sh
11+
cd $ROVERFLAKE_ROOT
12+
colcon build --symlink-install
1113
- name: Notify Discord (success)
1214
if: ${{ success() }}
1315
uses: appleboy/[email protected]
@@ -25,4 +27,4 @@ jobs:
2527
webhook_token: ${{ secrets.DISCORD_BOT_WEBHOOK_TOKEN }} # it also accepts full URL
2628
message: |
2729
_you have saddened me ${{ github.actor }}_
28-
${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
30+
${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}

0 commit comments

Comments
 (0)