Skip to content

Commit e46e209

Browse files
committed
use non-absolute path for nushell checkout in 2nd phase
1 parent f03dd58 commit e46e209

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@ jobs:
105105
with:
106106
repository: nushell/nushell
107107
sparse-checkout: crates/nu-std/testing.nu
108-
path: /nushell
108+
path: nushell
109109

110110
- name: Ensure plugin is executable
111111
run: chmod +x ${{ matrix.plugin.plugin }}
112112

113113
- 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 }}"]'
114+
run: ./nu -n -c 'use nushell/crates/nu-std/testing.nu; testing run-tests --path ${{ matrix.plugin.tests-dir }} --plugins ["${{ matrix.plugin.plugin }}"]'
115115

116116
- if: contains(matrix.plugin.needs, 'rust')
117117
name: Run Rust-based tests

0 commit comments

Comments
 (0)