Skip to content

Commit cf3e28f

Browse files
committed
minor: workflow: use cd instead of pushd
1 parent 378acaf commit cf3e28f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ jobs:
8787

8888
- name: Cargo check (benchmarking)
8989
run: >
90-
pushd node &&
90+
cd node &&
9191
cargo check --features=runtime-benchmarks

0 commit comments

Comments
 (0)