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 c20eb0b commit 43b1344Copy full SHA for 43b1344
.github/workflows/test.yaml
@@ -5,14 +5,14 @@ jobs:
5
runs-on: ubuntu-22.04
6
steps:
7
- uses: actions/checkout@v4
8
- - run: |
+ - name: enviroment setupg
9
+ run: |
10
export ROVERFLAKE_ROOT="${GITHUB_WORKSPACE}"
11
yes | ./setup_scripts/setup_everything_common.sh
- - name: enviroment setupg
12
+ - name: build
13
14
cd $ROVERFLAKE_ROOT
15
colcon build --symlink-install
- - name: build
16
- name: Notify Discord (success)
17
if: ${{ success() }}
18
uses: appleboy/[email protected]
@@ -22,7 +22,7 @@ jobs:
22
message: |
23
:) ${{ github.repository }} on `${{ github.ref_name }}`
24
${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
25
- - name: Notify Discord (success)
+ - name: Notify Discord (failure)
26
if: ${{ failure() }}
27
28
with:
0 commit comments