Skip to content

Commit

Permalink
whats actually happening
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Jan 16, 2024
1 parent 51e4179 commit 0f47968
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pullreq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,8 @@ jobs:
- name: Run Tests
shell: bash
run: |
ls -l ./build
echo "About to run " ./build/clap-helpers-tests${{ matrix.exe }}
ls -l ./build/clap-helpers-tests${{ matrix.exe }}
echo "Starting Run"
./build/clap-helpers-tests${{ matrix.exe }}
echo "Run complete"

0 comments on commit 0f47968

Please sign in to comment.