We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f03dd58 commit e46e209Copy full SHA for e46e209
.github/workflows/ci.yml
@@ -105,13 +105,13 @@ jobs:
105
with:
106
repository: nushell/nushell
107
sparse-checkout: crates/nu-std/testing.nu
108
- path: /nushell
+ path: nushell
109
110
- name: Ensure plugin is executable
111
run: chmod +x ${{ matrix.plugin.plugin }}
112
113
- name: Run tests
114
- run: ./nu -n -c 'use /nushell/crates/nu-std/testing.nu; testing run-tests --path ${{ matrix.plugin.tests-dir }} --plugins ["${{ matrix.plugin.plugin }}"]'
+ run: ./nu -n -c 'use nushell/crates/nu-std/testing.nu; testing run-tests --path ${{ matrix.plugin.tests-dir }} --plugins ["${{ matrix.plugin.plugin }}"]'
115
116
- if: contains(matrix.plugin.needs, 'rust')
117
name: Run Rust-based tests
0 commit comments