Skip to content

Commit

Permalink
ci: Print directory tree
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnrd committed Jul 28, 2022
1 parent 3354568 commit 219adbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rs-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
- name: Run Rust tests
run: |
./gradlew test --tests org.lflang.tests.runtime.RustTest.*
- name: Print directory tree
if: always()
run: tree
- name: Report to CodeCov
uses: codecov/codecov-action@v2.1.0
with:
Expand Down

0 comments on commit 219adbc

Please sign in to comment.