Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
khancyr committed May 16, 2022
1 parent 3552ce8 commit 808fbdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
shell: 'script -q -e -c "bash {0}"'
run: |
source ~/.bashrc
git config --global --add safe.directory /__w/ardupilot/ardupilot
./waf configure
./waf rover
Expand All @@ -116,5 +117,6 @@ jobs:
shell: 'script -q -e -c "bash {0}"'
run: |
source ~/.bashrc
git config --global --add safe.directory /__w/ardupilot/ardupilot
./waf configure --board CubeOrange
./waf plane

0 comments on commit 808fbdb

Please sign in to comment.