Skip to content

Commit

Permalink
🔨 Removed redundancy in codecov_ci_action.yml.
Browse files Browse the repository at this point in the history
Signed-off-by: Bey Hao Yun <[email protected]>
  • Loading branch information
cardboardcode committed Mar 20, 2024
1 parent 1c04e10 commit db0cd51
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/codecov_ci_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,13 @@ on: [push, pull_request]

jobs:
codecov_ci:
strategy:
matrix:
env:
- {ROS_DISTRO: humble, ROS_REPO: main}
CCACHE_DIR: /github/home/.ccache
runs-on: ubuntu-latest
container:
image: ros:humble-perception-jammy
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Utilize cache
uses: actions/cache@v2
with:
path: ${{ env.CCACHE_DIR }}
key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}


- name: Run script
run: |
chmod +x ./ci.sh
Expand Down

0 comments on commit db0cd51

Please sign in to comment.