Skip to content

Commit

Permalink
echo $PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
ac000 committed Aug 27, 2024
1 parent 6c16106 commit 4a13bfe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,9 @@ jobs:

- name: Run ${{ steps.metadata.outputs.module }} tests
run: |
sudo -E cargo -V
sudo -E cargo component -V
sudo -E echo $PATH
sudo -E pytest --print-log ${{ steps.metadata.outputs.testpath }}
# Skip pytest if wasm build, as there are no tests yet
if: steps.metadata.outputs.module != 'wasm'

0 comments on commit 4a13bfe

Please sign in to comment.