No need to monitor the heartbeat anymore #125
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: release-CI | |
on: [push, pull_request] | |
jobs: | |
test-release-job: | |
strategy: | |
matrix: | |
include: | |
- distro: melodic | |
ubuntu: bionic | |
- distro: noetic | |
ubuntu: focal | |
runs-on: ubuntu-latest | |
name: Test building a ROS debian release | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Run the release build | |
uses: smarc-project/[email protected] | |
with: | |
ubuntu: ${{ matrix.ubuntu }} | |
distro: ${{ matrix.distro }} |