Skip to content

Commit

Permalink
Add diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
tesujimath committed May 24, 2024
1 parent 0e17c0e commit b0cdd4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ jobs:
curl -L https://github.com/nushell/nushell/releases/download/${NU_VERSION}/nu-${NU_VERSION}-x86_64-linux-gnu-full.tar.gz | tar xzf -
- name: Run
run: |
echo $HOME
ls -l $HOME
pwd
ls -l
./nu-${NU_VERSION}-x86_64-linux-gnu-full/nu run-tests.nu

0 comments on commit b0cdd4e

Please sign in to comment.