Skip to content

Commit

Permalink
Merge pull request #1836 from o1-labs/fix/ci
Browse files Browse the repository at this point in the history
attempt CI fix
  • Loading branch information
Trivo25 authored Sep 25, 2024
2 parents 69dc5c7 + 2079fed commit 1180716
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,11 @@ jobs:
shopt -s globstar
test_files=(./dist/node/**/*.unit-test.js)
set -o pipefail
for ((i=start_index; i<end_index && i<${#test_files[@]}; i++)); do
echo "Running test: ${test_files[$i]}"
node --enable-source-maps "${test_files[$i]}" | tee -a profiling.md
echo "Running test: ${test_files[$i]}"
node --enable-source-maps "${test_files[$i]}" | tee -a profiling.md
done
continue-on-error: false

Expand Down
2 changes: 1 addition & 1 deletion src/bindings

0 comments on commit 1180716

Please sign in to comment.