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 89d9595 commit c20eb0bCopy full SHA for c20eb0b
.github/workflows/test.yaml
@@ -5,14 +5,14 @@ jobs:
5
runs-on: ubuntu-22.04
6
steps:
7
- uses: actions/checkout@v4
8
- - name: enviroment setup
9
- run: |
10
export ROVERFLAKE_ROOT="${GITHUB_WORKSPACE}"
11
yes | ./setup_scripts/setup_everything_common.sh
12
- - name: build
+ - name: enviroment setupg
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]
0 commit comments