Skip to content

Commit

Permalink
🔨 🔥 Rectified failing CI by removing all codecov features.
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 13, 2024
1 parent 57d707a commit c26316e
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions .github/workflows/industrial_ci_action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build
name: CI

on: [push, pull_request]

Expand All @@ -9,18 +9,8 @@ jobs:
env:
- {ROS_DISTRO: galactic, ROS_REPO: testing}
- {ROS_DISTRO: galactic, ROS_REPO: main}
env:
CCACHE_DIR: /github/home/.ccache
CODE_COVERAGE: "codecov.io"

runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: ${{ env.CCACHE_DIR }}
key: ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}
# Run industrial_ci
- uses: 'cardboardcode/industrial_ci@pr-coverage'
env: ${{ matrix.env }}
- uses: codecov/codecov-action@v1
- uses: actions/checkout@v3
- uses: 'ros-industrial/industrial_ci@master'
env: ${{matrix.env}}

0 comments on commit c26316e

Please sign in to comment.