Skip to content

📘 Added line of instruction for display forwarding in root … #115

📘 Added line of instruction for display forwarding in root …

📘 Added line of instruction for display forwarding in root … #115

name: build
on: [push, pull_request]
jobs:
industrial_ci:
strategy:
matrix:
env:
- {ROS_DISTRO: foxy, ROS_REPO: testing}
- {ROS_DISTRO: foxy, 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