Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mutobui committed Oct 10, 2023
1 parent d1ab789 commit aef9f39
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@ jobs:
run: make check

- name: Check Build for Benchmarking
run: |
run: >
if [ ! -d "node" ]; then
mkdir node # Create the "node" directory
fi
pushd node
pushd node &&
make check-benchmark
popd # Return to the previous directory

0 comments on commit aef9f39

Please sign in to comment.