Skip to content

Commit

Permalink
Merge pull request #23 from christianrauch/update_ci
Browse files Browse the repository at this point in the history
update GitHub actions
  • Loading branch information
christianrauch authored Dec 9, 2023
2 parents e109dea + 9a22586 commit fbfbb71
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI

on: push
on: [push, pull_request]

jobs:
build:
Expand All @@ -11,11 +11,11 @@ jobs:
image: ubuntu:22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: ros-tooling/setup-ros@v0.4
- uses: ros-tooling/setup-ros@v0.7

- uses: ros-tooling/action-ros-ci@v0.2
- uses: ros-tooling/action-ros-ci@v0.3
with:
package-name: apriltag_ros
target-ros2-distro: humble
Expand Down

0 comments on commit fbfbb71

Please sign in to comment.