Skip to content

🔨 Upgraded CI test environment from Foxy to Humble. Testing CI… #80

🔨 Upgraded CI test environment from Foxy to Humble. Testing CI…

🔨 Upgraded CI test environment from Foxy to Humble. Testing CI… #80

name: build
on: [push, pull_request]
jobs:
industrial_ci:
strategy:
matrix:
env:
- {ROS_DISTRO: humble, ROS_REPO: testing}
- {ROS_DISTRO: humble, ROS_REPO: main}
env:
CCACHE_DIR: /github/home/.ccache
CODE_COVERAGE: "codecov.io"
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: ${{ env.CCACHE_DIR }}
key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}
# Run industrial_ci
- uses: 'cardboardcode/industrial_ci@pr-coverage'
env: ${{ matrix.env }}
- uses: codecov/codecov-action@v1