Skip to content

Commit

Permalink
Add GH Actions to test
Browse files Browse the repository at this point in the history
Signed-off-by: Zachary Michaels <[email protected]>
  • Loading branch information
zmichaels11 committed Nov 18, 2019
1 parent 2fc44b6 commit f110323
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Test serial

on:
pull_request:
push:
branches:
- ros2
schedule:
- cron: '0 * * * *'

jobs:
build_and_test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macOS-10.14, ubuntu-18.04]
steps:
- uses: ros-tooling/setup-ros2@master
- uses: ros-tooling/action-ros2-ci@master
with:
package-name: serial

0 comments on commit f110323

Please sign in to comment.