Skip to content

Commit

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

0 comments on commit 6bba109

Please sign in to comment.