Skip to content

Commit

Permalink
fix var
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Heinrich <andreas.heinrich@rwth-aachen.de>
  • Loading branch information
andistorm committed Sep 9, 2024
1 parent 3556a8f commit 5cc45cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ jobs:
name: coverage-report
path: ${{ inputs.coverage_report_path }}
- name: Deploy html coverage report
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-logs@feature/add-reusable-ci-workflow
Expand All @@ -310,7 +311,7 @@ jobs:
- name: Write summary coverage
if: ${{ steps.run_coverage.outcome == 'success' || steps.run_coverage.outcome == 'failure' }}
run: |
echo "Coverage report deployed to: [everest.github.io](https://everest.github.io/${{ steps.deploy.outputs.deployed_path }})" >> $GITHUB_STEP_SUMMARY
echo "Coverage report deployed to: [everest.github.io](https://everest.github.io/${{ steps.deploy_coverage_report.outputs.deployed_path }})" >> $GITHUB_STEP_SUMMARY
- name: Create dist
id: create_dist
if: ${{ inputs.run_install == 'true' }}
Expand Down

0 comments on commit 5cc45cc

Please sign in to comment.