Skip to content

Commit

Permalink
Debug by printing pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Apr 14, 2024
1 parent ca1844d commit 7e536cf
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 @@ -24,6 +24,7 @@ runs:
- name: Run Test
shell: bash
run: |
pwd
for test in ${{ inputs.test-names }}; do
echo "Running Test $test"
make run_$test
Expand Down

0 comments on commit 7e536cf

Please sign in to comment.