Skip to content

Commit

Permalink
rename ci job
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Heinrich <[email protected]>
  • Loading branch information
andistorm committed Oct 30, 2024
1 parent 5a6a2c8 commit 9d528ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ jobs:
echo "latest_tag=$TAG" >> $GITHUB_OUTPUT
build-build-kit:
build-the-build-kit:
name: Build build-kit
runs-on: ${{ inputs.runner }}
needs:
Expand Down Expand Up @@ -312,10 +312,10 @@ jobs:
name: Build, Unit Tests and Install
needs:
- setup-env
- build-build-kit
- build-the-build-kit
runs-on: ${{ inputs.runner }}
env:
BUILD_KIT_IMAGE: ${{ needs.build-build-kit.outputs.build_kit_image_tag }}
BUILD_KIT_IMAGE: ${{ needs.build-the-build-kit.outputs.build_kit_image_tag }}
steps:
- name: Checkout local github actions
uses: actions/checkout@v3
Expand Down Expand Up @@ -448,9 +448,9 @@ jobs:
needs:
- setup-env
- build
- build-build-kit
- build-the-build-kit
env:
BUILD_KIT_IMAGE: ${{ needs.build-build-kit.outputs.build_kit_image_tag }}
BUILD_KIT_IMAGE: ${{ needs.build-the-build-kit.outputs.build_kit_image_tag }}
runs-on: ${{ inputs.runner }}
if: ${{ inputs.run_integration_tests == 'true' }}
steps:
Expand Down

0 comments on commit 9d528ed

Please sign in to comment.