We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a82b625 commit b21efe3Copy full SHA for b21efe3
.github/workflows/test.yaml
@@ -8,6 +8,8 @@ jobs:
8
- run: |
9
export ROVERFLAKE_ROOT="${GITHUB_WORKSPACE}"
10
yes | ./setup_scripts/setup_everything_common.sh
11
+ cd $ROVERFLAKE_ROOT
12
+ colcon build --symlink-install
13
- name: Notify Discord (success)
14
if: ${{ success() }}
15
uses: appleboy/[email protected]
@@ -25,4 +27,4 @@ jobs:
25
27
webhook_token: ${{ secrets.DISCORD_BOT_WEBHOOK_TOKEN }} # it also accepts full URL
26
28
message: |
29
_you have saddened me ${{ github.actor }}_
- ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
30
+ ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
0 commit comments