Skip to content

Commit

Permalink
Add prerelease tests (moveit#502)
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Weaver <tyler@picknik.ai>
  • Loading branch information
Vatan Aksoy Tezer and tylerjw committed Jun 28, 2021
1 parent b1d1de4 commit e660ec9
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/prerelease.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# This config uses industrial_ci (https://github.com/ros-industrial/industrial_ci.git).
# For troubleshooting, see readme (https://github.com/ros-industrial/industrial_ci/blob/master/README.rst)

name: pre-release

on:
workflow_dispatch:

jobs:
default:
strategy:
fail-fast: false
matrix:
distro: [foxy, galactic, rolling]

env:
ROS_DISTRO: ${{ matrix.distro }}
PRERELEASE: true
BASEDIR: ${{ github.workspace }}/.work

name: "${{ matrix.distro }}"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: industrial_ci
uses: ros-industrial/industrial_ci@master

0 comments on commit e660ec9

Please sign in to comment.