Merge pull request #19570 from cgranleese-r7/fix-reusable-pipeline-report-generation

Fixes reusable pipeline allure report generation
This commit is contained in:
adfoster-r7
2024-10-18 18:30:08 +01:00
committed by GitHub
@@ -309,6 +309,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
if: always()
with:
repository: rapid7/metasploit-framework
ref: ${{ inputs.metasploit_framework_commit }}
- name: Install system dependencies (Linux)
if: always()