Skip to content

Commit

Permalink
Added an '=' to the pytest run command
Browse files Browse the repository at this point in the history
  • Loading branch information
CalShucha committed Jan 20, 2025
1 parent 2a667cd commit af2661d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
- name: Run benchmark
run: |
pip install pytest
python -m pytest -k "test_benchmark_clone_valid_happy_path" --benchmark-json output.json
python -m pytest -k "test_benchmark_clone_valid_happy_path" --benchmark-json=output.json
- name: Store benchmark result
uses: benchmark-action/github-action-benchmark@v1
Expand Down

0 comments on commit af2661d

Please sign in to comment.