diff --git a/.github/workflows/tg-demo-tests-impl.yaml b/.github/workflows/tg-demo-tests-impl.yaml index de0f71c042c..61e7c1db82d 100644 --- a/.github/workflows/tg-demo-tests-impl.yaml +++ b/.github/workflows/tg-demo-tests-impl.yaml @@ -12,7 +12,7 @@ jobs: { name: "TG Llama3 demo tests",arch: wormhole_b0, model: 'llama3', timeout: 90, owner_id: U06F3ER8X9A}, # Stuti Raizada { name: "TG Falcon7b demo tests", arch: wormhole_b0, model: falcon7b, timeout: 30, owner_id: U05RWH3QUPM}, #Salar Hosseini ] - args: '--tt-arch wormhole_b0 --pipeline-type unit_tg_device --dispatch-mode "" --model ${{ matrix.test-group.model }}' + cmd: './tests/scripts/run_tests.sh --tt-arch wormhole_b0 --pipeline-type unit_tg_device --dispatch-mode "" --model ${{ matrix.test-group.model }}' name: ${{ matrix.test-group.name }} env: TT_METAL_ENV: ${{ vars.TT_METAL_ENV }} @@ -42,5 +42,4 @@ jobs: source ${{ github.workspace }}/python_env/bin/activate cd $TT_METAL_HOME export PYTHONPATH=$TT_METAL_HOME - source ${{ github.workspace }}/tests/scripts/run_tests.sh - ${{ matrix.args }} + ${{ matrix.cmd }}