@@ -39,30 +39,30 @@ jobs:
3939 message : |
4040 _you have saddened me ${{ github.actor }}_
4141 ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
42- integration_tests :
43- runs-on : ubuntu-22.04
44- needs : setup_and_build_check
45- 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
66-
42+ integration_tests :
43+ runs-on : ubuntu-22.04
44+ needs : setup_and_build_check
45+ 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
66+
6767
6868
0 commit comments