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 5309c6d commit 7d9fb48Copy full SHA for 7d9fb48
.github/workflows/test.yaml
@@ -8,6 +8,7 @@ jobs:
8
- run: |
9
export ROVERFLAKE_ROOT="${GITHUB_WORKSPACE}"
10
yes | ./setup_scripts/setup_everything_common.sh
11
+ - run: |
12
cd $ROVERFLAKE_ROOT
13
colcon build --symlink-install
14
- name: Notify Discord (success)
@@ -28,3 +29,4 @@ jobs:
28
29
message: |
30
_you have saddened me ${{ github.actor }}_
31
${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
32
+
0 commit comments