Skip to content

Commit 43b1344

Browse files
committed
fix gh action
1 parent c20eb0b commit 43b1344

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ jobs:
55
runs-on: ubuntu-22.04
66
steps:
77
- uses: actions/checkout@v4
8-
- run: |
8+
- name: enviroment setupg
9+
run: |
910
export ROVERFLAKE_ROOT="${GITHUB_WORKSPACE}"
1011
yes | ./setup_scripts/setup_everything_common.sh
11-
- name: enviroment setupg
12-
- run: |
12+
- name: build
13+
run: |
1314
cd $ROVERFLAKE_ROOT
1415
colcon build --symlink-install
15-
- name: build
1616
- name: Notify Discord (success)
1717
if: ${{ success() }}
1818
uses: appleboy/[email protected]
@@ -22,7 +22,7 @@ jobs:
2222
message: |
2323
:) ${{ github.repository }} on `${{ github.ref_name }}`
2424
${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
25-
- name: Notify Discord (success)
25+
- name: Notify Discord (failure)
2626
if: ${{ failure() }}
2727
uses: appleboy/[email protected]
2828
with:

0 commit comments

Comments
 (0)