8000 add shared-change-checker CI step by matt-codecov · Pull Request #686 · codecov/worker · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

add shared-change-checker CI step #686

Merged
merged 1 commit into from
Sep 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ jobs:
with:
repo: ${{ vars.CODECOV_IMAGE_V2 || 'codecov/self-hosted-worker' }}

shared-change-checker:
name: See if shared changed
uses: codecov/gha-workflows/.github/workflows/diff-dep.yml@main
with:
dep: 'shared'

build-self-hosted:
name: Build Self Hosted Worker
needs: [build, test]
Expand Down Expand Up @@ -124,4 +130,4 @@ jobs:
# make test_env.prepare
# - name: Run mutations
# run: |
# make test_env.run_mutation
# make test_env.run_mutation
Loading
0