Skip to content

Commit

Permalink
Add debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Apr 7, 2024
1 parent 2940c0c commit 66fdfaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/run-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ runs:
cd $HOME/work/${{ inputs.name }}/verify/uvm-python
for test in ${{ inputs.test-names }}; do
echo "Running Test $test"
ls EF_UVM/Makefile.test
make run_$test
done
Expand Down

0 comments on commit 66fdfaa

Please sign in to comment.