Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing working-directory
Browse files Browse the repository at this point in the history
kareefardi committed Apr 14, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
Czaki Grzegorz Bokota
1 parent 7e536cf commit c5fe469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/run-test/action.yaml
Original file line number Diff line number Diff line change
@@ -23,8 +23,8 @@ runs:
run: cp -r $(pwd) /home/runner/work/${{ inputs.name }}/verify/uvm-python/
- name: Run Test
shell: bash
working-directory: /home/runner/work/${{ inputs.name }}/verify/uvm-python
run: |
pwd
for test in ${{ inputs.test-names }}; do
echo "Running Test $test"
make run_$test

0 comments on commit c5fe469

Please sign in to comment.