Skip to content

Commit

Permalink
cache build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
cmraaron committed May 9, 2023
1 parent 88553d2 commit 72b23eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ jobs:
}
}
colcon-mixin-repository: https://github.com/raw/colcon/colcon-mixin-repository/master/index.yaml
- name: Cache build
uses: actions/cache@v3
with:
key: ${{ matrix.ros_distribution }}
path: ros_ws/build
- uses: codecov/codecov-action@v3
with:
file: ros_ws/lcov/total_coverage.info

0 comments on commit 72b23eb

Please sign in to comment.