Skip to content

Commit

Permalink
Added subpaths
Browse files Browse the repository at this point in the history
  • Loading branch information
d3vil-st committed Sep 16, 2024
1 parent 884dd69 commit 238fda6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
matrix:
solution:
- name: compute-testing
# - name: slurm
# - name: k8s-inference
# - name: k8s-training
# - name: slurm

defaults:
run:
Expand Down Expand Up @@ -131,17 +131,18 @@ jobs:
uses: simple-elf/[email protected]
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
if: always()
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'
Expand Down

0 comments on commit 238fda6

Please sign in to comment.