Skip to content

Commit

Permalink
CI: Adding Github Actions workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Whitley authored and DavidTorresOcana committed Aug 23, 2020
1 parent 0b17920 commit 3d9f2ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/basic-build-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
- push

jobs:
build-noetic:
build-melodic:
runs-on: ubuntu-latest
strategy:
fail-fast: false
container:
image: ros:noetic-perception
image: ros:melodic-perception
steps:
- name: Checkout repo
uses: actions/checkout@v2
Expand Down

0 comments on commit 3d9f2ca

Please sign in to comment.