We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e14740 commit 4e51e0aCopy full SHA for 4e51e0a
.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