Skip to content

Commit

Permalink
Merge pull request #77 from nobleo/feature/verbose-tests
Browse files Browse the repository at this point in the history
Enable VERBOSE_TESTS
  • Loading branch information
Rayman authored Feb 22, 2022
2 parents feeeb15 + 70a6b86 commit 5dacfef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/industrial_ci_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: 'ros-industrial/industrial_ci@master'
env: ${{matrix.env}}
env:
ROS_DISTRO: ${{ matrix.env.ROS_DISTRO }}
CMAKE_ARGS: ${{ matrix.env.CMAKE_ARGS }}
VERBOSE_TESTS: true

0 comments on commit 5dacfef

Please sign in to comment.