Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mbezuljTT committed Dec 23, 2024
1 parent 244d3c2 commit 5c96b8e
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 @@ -210,9 +210,9 @@ jobs:
echo $TT_METAL_HOME
ls build/
ls build/test
.build/test/unittests/OpModel/TTNN/Conversion/TestConversion
.build/test/unittests/OpModel/TTNN/Op/TestOpModelInterface
.build/test/unittests/OpModel/TTNN/Lib/TestOpModelLib
./build/test/unittests/OpModel/TTNN/Conversion/TestConversion
./build/test/unittests/OpModel/TTNN/Op/TestOpModelInterface
./build/test/unittests/OpModel/TTNN/Lib/TestOpModelLib
- name: Upload Test Report
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 5c96b8e

Please sign in to comment.