diff --git a/.github/workflows/docker-matrix.yml b/.github/workflows/docker-matrix.yml index 36b4720..4834ee5 100644 --- a/.github/workflows/docker-matrix.yml +++ b/.github/workflows/docker-matrix.yml @@ -47,7 +47,7 @@ jobs: fi generate-summary: runs-on: ubuntu-latest - needs: Matrix + if: always() steps: - name: Checkout code uses: actions/checkout@v4 @@ -70,8 +70,8 @@ jobs: run: | python summary.py > summary_report.txt - # - name: Upload Summary Report Artifact - # uses: actions/upload-artifact@v3 - # with: - # name: test-summary-report - # path: summary_report.txt \ No newline at end of file + - name: Upload Summary Report Artifact + uses: actions/upload-artifact@v3 + with: + name: test-summary-report + path: summary_report.txt \ No newline at end of file