We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e14740 commit 5ebe4cdCopy full SHA for 5ebe4cd
.github/workflows/stylus.yml
@@ -61,5 +61,5 @@ jobs:
61
62
- name: Test
63
run: |
64
- nitro-devnode/run-dev-node.sh &
+ pushd nitro-devnode && (./run-dev-node.sh &) && popd
65
cargo test --test stylus -- --nocapture
0 commit comments