Skip to content

Commit

Permalink
Test 3
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Heinrich <[email protected]>
  • Loading branch information
andistorm committed Oct 4, 2024
1 parent 8805074 commit 656747b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,13 @@ jobs:
env:
BUILD_KIT_IMAGE: ${{ needs.build-and-push-build-kit.outputs.one_image_tag_long }}
steps:
- name: Checkout local github actions
# LTODO check all tags
uses: actions/checkout@v3
with:
repository: everest/everest-ci
ref: ${{ needs.setup-env.outputs.sha_reusable_workflow }}
path: everest-ci
- name: Format branch name for cache key
if: ${{ inputs.use_build_cache == 'true' }}
run: |
Expand Down Expand Up @@ -329,7 +336,7 @@ jobs:
id: deploy_coverage_report
if: ${{ steps.run_coverage.outcome == 'success' || steps.run_coverage.outcome == 'failure' }}
# LTODO update tag
uses: everest/everest-ci/github-actions/deploy-ci-artifact@${{ needs.setup-env.outputs.sha }}
uses: ./everest-ci/github-actions/deploy-ci-artifact
with:
target_repo: ${{ inputs.artifact_deploy_target_repo }}
github_token: ${{ secrets.coverage_deploy_token }}
Expand Down

0 comments on commit 656747b

Please sign in to comment.