Skip to content

Commit 5ebe4cd

Browse files
committed
Attempt CI fix
1 parent 0e14740 commit 5ebe4cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stylus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ jobs:
6161
6262
- name: Test
6363
run: |
64-
nitro-devnode/run-dev-node.sh &
64+
pushd nitro-devnode && (./run-dev-node.sh &) && popd
6565
cargo test --test stylus -- --nocapture

0 commit comments

Comments
 (0)