diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index 0c9d82d3..5b70daa0 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -23,9 +23,9 @@ jobs: matrix: solution: - name: compute-testing + # - name: slurm # - name: k8s-inference # - name: k8s-training - # - name: slurm defaults: run: @@ -131,9 +131,9 @@ jobs: uses: simple-elf/allure-report-action@v1.7 if: always() with: - gh_pages: gh-pages - allure_history: allure-history - allure_results: tests/reports + gh_pages: gh-pages/${{ matrix.solution.name }} + allure_history: gh-pages/${{ matrix.solution.name }}/allure-history + allure_results: ${{ matrix.solution.name }}/tests/reports - name: Publish test report uses: peaceiris/actions-gh-pages@v4 @@ -141,7 +141,8 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_branch: gh-pages - publish_dir: allure-history + publish_dir: gh-pages/${{ matrix.solution.name }}/allure-history + keep_files: true cleanup-infra: name: 'Cleanup Infra'