Skip to content

Commit

Permalink
Hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Apr 7, 2024
1 parent b235e0b commit 122195c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/actions/run-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,11 @@ runs:
- name: Clone IP
shell: bash
run: git clone ${{ inputs.url }} $HOME/work/${{ inputs.name }}
- name: Download Docker Image
shell: bash
run: docker pull efabless/dv:cocotb
- name: Run Test
shell: bash
run: |
set -x
cp -r $(pwd) $HOME/work/${{ inputs.name }}/verify/uvm-python/EF_UVM
cp -r $(pwd) $HOME/work/${{ inputs.name }}/verify/uvm-python/
cd $HOME/work/${{ inputs.name }}/verify/uvm-python
for test in ${{ inputs.test-names }}; do
echo "Running Test $test"
Expand Down

0 comments on commit 122195c

Please sign in to comment.