Skip to content

Commit

Permalink
Run tree to show files we ended up with.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkaye committed Aug 21, 2023
1 parent b32531c commit fe5e858
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
with:
uploadLogs: true
httpPort: 8008
- name: Check for .so file
if: always()
run: tree

test-poetry:
runs-on: ubuntu-latest
Expand All @@ -38,6 +41,9 @@ jobs:
uploadLogs: true
httpPort: 8008
installer: "poetry"
- name: Check for .so file
if: always()
run: tree

test-baseurl:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fe5e858

Please sign in to comment.