Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tapspatel committed Aug 27, 2024
1 parent 45717e7 commit 954d405
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ jobs:
- name: (n150) Upload test artifacts
uses: actions/upload-artifact@v4
with:
name: n150-Silicon
name: n150-Silicon-${{ matrix.build.name }}
path: build/test/ttmlir/Silicon

- name: Download n300 system descriptor
Expand All @@ -253,7 +253,7 @@ jobs:
- name: (n300) Upload test artifacts
uses: actions/upload-artifact@v4
with:
name: n300-Silicon
name: n300-Silicon-${{ matrix.build.name }}
path: build/test/ttmlir/Silicon

run-tests:
Expand Down Expand Up @@ -315,7 +315,7 @@ jobs:
- name: Download tests
uses: actions/download-artifact@v4
with:
name: ${{ matrix.build.runs-on }}-Silicon
name: ${{ matrix.build.runs-on }}-Silicon-${{ matrix.build.name }}

- name: Run tests
shell: bash
Expand Down

0 comments on commit 954d405

Please sign in to comment.