Skip to content

Commit

Permalink
infra: fix core release (#17195)
Browse files Browse the repository at this point in the history
core doesn't have any min deps to test
  • Loading branch information
efriis authored Feb 7, 2024
1 parent 7840963 commit 4ae9173
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ jobs:
working-directory: ${{ inputs.working-directory }}

- name: Get minimum versions
if: ${{ !startsWith(inputs.working-directory, 'libs/core') }}
working-directory: ${{ inputs.working-directory }}
id: min-version
run: |
Expand All @@ -191,6 +192,7 @@ jobs:
echo "min-versions=$min_versions"
- name: Run unit tests with minimum dependency versions
if: ${{ !startsWith(inputs.working-directory, 'libs/core') }}
env:
MIN_VERSIONS: ${{ steps.min-version.outputs.min-versions }}
run: |
Expand Down

0 comments on commit 4ae9173

Please sign in to comment.