Skip to content

Commit 7d9fb48

Browse files
committed
seperated into 2 jobs
1 parent 5309c6d commit 7d9fb48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
- run: |
99
export ROVERFLAKE_ROOT="${GITHUB_WORKSPACE}"
1010
yes | ./setup_scripts/setup_everything_common.sh
11+
- run: |
1112
cd $ROVERFLAKE_ROOT
1213
colcon build --symlink-install
1314
- name: Notify Discord (success)
@@ -28,3 +29,4 @@ jobs:
2829
message: |
2930
_you have saddened me ${{ github.actor }}_
3031
${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
32+

0 commit comments

Comments
 (0)