Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
willwade committed Jul 7, 2024
1 parent b33f5ee commit f80393d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ jobs:
- name: List files in the working directory
run: ls -R

- name: Where am i?
run: pwd

- name: Run tests
run: pytest tests/

Expand All @@ -105,6 +108,8 @@ jobs:

- name: List available artifacts
run: |
echo "All ls:"
ls -1R .
echo "Available artifacts:"
ls -1 /home/runner/work/ttsmms/ttsmms
Expand Down

0 comments on commit f80393d

Please sign in to comment.