Skip to content

Commit

Permalink
Updates ci action with sudoku benchmark tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AdiHarif committed Dec 17, 2024
1 parent 8783473 commit c9552b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: npm run build

- name: Run Tests
run: npm test
run: npm test -- --runInBand

- name: Fetch Previous Benchmark Results
uses: dawidd6/action-download-artifact@v6
Expand All @@ -57,3 +57,4 @@ jobs:
jest_html_reporters.html
benchmarks.csv
benchmarks_chart.png
sudoku_benchmark.csv

0 comments on commit c9552b5

Please sign in to comment.