Skip to content

Commit

Permalink
add ls dist/ to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lucyge2022 committed Apr 28, 2024
1 parent 006ffd8 commit e0a62b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ jobs:
args: --release --out dist -m rust/alluxiocommon/Cargo.toml
manylinux: auto


- name: List dist contents
run: ls -l dist/

- name: Run AlluxioCommon tests
shell: bash
run: |
Expand Down

0 comments on commit e0a62b4

Please sign in to comment.