Skip to content

Commit

Permalink
ci: perhaps nushell config path isn't writable
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Sep 2, 2023
1 parent 75e9e21 commit 0344a56
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/dorothy-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
setup-util-fish
setup-util-nu
dorothy install
echo-file "$(nu -c 'echo $nu.loginshell-path')"
- name: 'Dorothy Login Shell: bash'
shell: bash -leo pipefail {0}
run: |
Expand All @@ -51,12 +52,6 @@ jobs:
- name: 'Dorothy Login Shell: nu'
shell: nu -l {0}
run: |
env
echo $env
echo $nu
nu -c 'echo $nu.loginshell-path'
echo $nu.loginshell-path | path exists
open --raw $nu.loginshell-path
command-exists dorothy
echo-style --success='ok'
- name: 'Trunk Format'
Expand Down

0 comments on commit 0344a56

Please sign in to comment.