Skip to content

Commit

Permalink
Fix the CI (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmagyar authored Sep 2, 2024
1 parent 96dd5f6 commit 724d0bd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,20 @@ name: Test teleop_tools
on:
pull_request:
push:
branches:
- master
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '17 8 * * *'

jobs:
ci:
name: Rolling source job
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
steps:
- uses: ros-tooling/setup-ros@v0.6
- uses: ros-tooling/setup-ros@v0.7
with:
required-ros-distributions: rolling
- uses: ros-tooling/[email protected]
Expand Down

0 comments on commit 724d0bd

Please sign in to comment.