Skip to content

Commit 39f10e6

Browse files
committed
ahh
1 parent 90329aa commit 39f10e6

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

.github/workflows/install_and_build.yaml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -43,23 +43,23 @@ jobs:
4343
runs-on: ubuntu-22.04
4444
needs: setup_and_build_check
4545
steps:
46-
- uses: actions/checkout@v4
47-
- uses: actions/download-artifact@v4
48-
with:
49-
name: rover_ws
50-
path: install/
51-
- name: run integration tests
52-
run: |
53-
source install/setup.bash
54-
colcon test --packages-select integration_tests
55-
colcon test-result --verbose
56-
- name: Notify Discord (failure)
57-
if: ${{ failure() }}
58-
uses: appleboy/discord-action@v1.0.0
59-
with:
60-
webhook_id: ${{ secrets.DISCORD_BOT_WEBHOOK_ID }} # it also accepts full URL
61-
webhook_token: ${{ secrets.DISCORD_BOT_WEBHOOK_TOKEN }} # it also accepts full URL
62-
message: |
63-
_Unit tests have failed ${{ github.actor }}_
64-
${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
65-
@rowan Check for integration misshaps
46+
- uses: actions/checkout@v4
47+
- uses: actions/download-artifact@v4
48+
with:
49+
name: rover_ws
50+
path: install/
51+
- name: run integration tests
52+
run: |
53+
source install/setup.bash
54+
colcon test --packages-select integration_tests
55+
colcon test-result --verbose
56+
- name: Notify Discord (failure)
57+
if: ${{ failure() }}
58+
uses: appleboy/discord-action@v1.0.0
59+
with:
60+
webhook_id: ${{ secrets.DISCORD_BOT_WEBHOOK_ID }} # it also accepts full URL
61+
webhook_token: ${{ secrets.DISCORD_BOT_WEBHOOK_TOKEN }} # it also accepts full URL
62+
message: |
63+
_Unit tests have failed ${{ github.actor }}_
64+
${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
65+
@rowan Check for integration misshaps

0 commit comments

Comments
 (0)