Skip to content

Commit

Permalink
Try reseting the board
Browse files Browse the repository at this point in the history
  • Loading branch information
vmilosevic authored Nov 21, 2024
1 parent 0ef1a98 commit 3612bf9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Build and Test
on:
workflow_dispatch:
workflow_call:

push:

jobs:

build-image:
Expand Down Expand Up @@ -110,6 +111,12 @@ jobs:
create-symlink: true
key: ${{ matrix.build.runs-on }}-runtime-${{ matrix.build.enable_runtime }}-${{ env.SDK_VERSION }}

- name: Reset board
shell: bash
run: |
tt-smi-metal --help
tt-smi-metal -r 0
- name: Build
shell: bash
run: |
Expand Down

0 comments on commit 3612bf9

Please sign in to comment.